Regal Dawn Color Palette
Discover the beautiful Regal Dawn color palette featuring driftwood (#b68e49), sundance (#d1a45c), calico (#e2c79d), double colonial white (#f0e5b2) and citrine white (#f9f2d7).
Brightness
Saturation
Warmth
๐ก 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 Regal Dawn palette
๐ป Regal Dawn color palette CSS
/* CSS */
.color-1 {
color: #b68e49;
}
.color-2 {
color: #d1a45c;
}
.color-3 {
color: #e2c79d;
}
.color-4 {
color: #f0e5b2;
}
.color-5 {
color: #f9f2d7;
}
/* CSS Variables */
:root {
--color-1: #b68e49;
--color-2: #d1a45c;
--color-3: #e2c79d;
--color-4: #f0e5b2;
--color-5: #f9f2d7;
} ๐ Regal Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b68e49, #d1a45c, #e2c79d, #f0e5b2, #f9f2d7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b68e49, #d1a45c, #e2c79d, #f0e5b2, #f9f2d7);
} ๐ Explore similar color palettes
Regal Dawn color palette created on .