Divine Glow Color Palette
Discover the beautiful Divine Glow color palette featuring cream can (#f5d04d), anzac (#e3b54a), tussock (#d09a49), brown rust (#a14b3a) and livid brown (#582c44).
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 Divine Glow palette
๐ป Divine Glow color palette CSS
/* CSS */
.color-1 {
color: #f5d04d;
}
.color-2 {
color: #e3b54a;
}
.color-3 {
color: #d09a49;
}
.color-4 {
color: #a14b3a;
}
.color-5 {
color: #582c44;
}
/* CSS Variables */
:root {
--color-1: #f5d04d;
--color-2: #e3b54a;
--color-3: #d09a49;
--color-4: #a14b3a;
--color-5: #582c44;
} ๐ Divine Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d04d, #e3b54a, #d09a49, #a14b3a, #582c44);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d04d, #e3b54a, #d09a49, #a14b3a, #582c44);
} ๐ Explore similar color palettes
Divine Glow color palette created on .