Red Light Hourglass Color Palette

Discover the beautiful Red Light Hourglass color palette featuring well read (#b23b2e), fire bush (#e68a2d), saffron (#f6b83c), dairy cream (#f9e1b8) and nebula (#dbe6e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coastal, Fun, Light, Modern, Orange, Red, Summer, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Red Light Hourglass palette

Share this palette to:

💻 Red Light Hourglass color palette CSS

/* CSS */
.color-1 {
color: #b23b2e;
}
.color-2 {
color: #e68a2d;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f9e1b8;
}
.color-5 {
color: #dbe6e1;
}

/* CSS Variables */
:root {
--color-1: #b23b2e;
--color-2: #e68a2d;
--color-3: #f6b83c;
--color-4: #f9e1b8;
--color-5: #dbe6e1;
}

🌈 Red Light Hourglass background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b23b2e, #e68a2d, #f6b83c, #f9e1b8, #dbe6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b23b2e, #e68a2d, #f6b83c, #f9e1b8, #dbe6e1);
}

Red Light Hourglass color palette created on .