Divine Hues of Olympus Color Palette
Discover the beautiful Divine Hues of Olympus color palette featuring sidecar (#f2e3b5), maize (#f6d5a7), rose bud (#f9b19f), turkish rose (#c16c8f) and affair (#8a4a8c).
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 Hues of Olympus palette
๐ป Divine Hues of Olympus color palette CSS
/* CSS */
.color-1 {
color: #f2e3b5;
}
.color-2 {
color: #f6d5a7;
}
.color-3 {
color: #f9b19f;
}
.color-4 {
color: #c16c8f;
}
.color-5 {
color: #8a4a8c;
}
/* CSS Variables */
:root {
--color-1: #f2e3b5;
--color-2: #f6d5a7;
--color-3: #f9b19f;
--color-4: #c16c8f;
--color-5: #8a4a8c;
} ๐ Divine Hues of Olympus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e3b5, #f6d5a7, #f9b19f, #c16c8f, #8a4a8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e3b5, #f6d5a7, #f9b19f, #c16c8f, #8a4a8c);
} ๐ Explore similar color palettes
Divine Hues of Olympus color palette created on .