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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Elegant, Gold, Summer 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 Divine Hues of Olympus palette

Share this palette to:

๐Ÿ’ป 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);
}

Divine Hues of Olympus color palette created on .