industryColor Scheme

Real Estate Premium

A premium real estate palette with elegant dark tones and gold highlights. Designed for luxury property listings and broker websites.

#ffffff
#f8fafc
#0f172a
#64748b
#f59e0b

Color Breakdown

Role

background

Name

White

Hex

#ffffff

Tailwind

bg-white

Role

surface

Name

Slate 50

Hex

#f8fafc

Tailwind

bg-slate-50

Role

primary

Name

Slate 900

Hex

#0f172a

Tailwind

text-slate-900

Role

secondary

Name

Slate 500

Hex

#64748b

Tailwind

text-slate-500

Role

accent

Name

Amber 500

Hex

#f59e0b

Tailwind

bg-amber-500

Live Preview

Welcome Back

This is a live preview of the Real Estate Premium color scheme applied to a sample card component. See how the colors work together in a realistic UI context.

Design Rationale

Deep slate primary text against white creates a sophisticated editorial feel. Amber gold accents signal premium value and featured properties.

Use Cases

Luxury property listingsReal estate agenciesBroker portfolios

CSS Variables

CSS
:root {
  --background: #ffffff;
  --surface: #f8fafc;
  --primary: #0f172a;
  --secondary: #64748b;
  --accent: #f59e0b;
}

Tailwind Config

JavaScript
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'real-estate-premium': {
  'background': '#ffffff',  // bg-white
  'surface': '#f8fafc',  // bg-slate-50
  'primary': '#0f172a',  // text-slate-900
  'secondary': '#64748b',  // text-slate-500
  'accent': '#f59e0b',  // bg-amber-500
        },
      },
    },
  },
};

Related Color Schemes

Build with This Scheme

Use our palette generator to customize and extend this color scheme for your project.

Open Palette Generator

Frequently Asked Questions

What colors convey luxury in real estate?
Dark tones paired with gold or amber accents create an upscale aesthetic that aligns with premium property marketing.