Celestial Harmony Color Palette
Discover the beautiful Celestial Harmony color palette featuring anzac (#e3b74f), flame pea (#d76933), cadillac (#a04b7e), horizon (#5e8d9c) and san juan (#2d4e6c).
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 Celestial Harmony palette
๐ป Celestial Harmony color palette CSS
/* CSS */
.color-1 {
color: #e3b74f;
}
.color-2 {
color: #d76933;
}
.color-3 {
color: #a04b7e;
}
.color-4 {
color: #5e8d9c;
}
.color-5 {
color: #2d4e6c;
}
/* CSS Variables */
:root {
--color-1: #e3b74f;
--color-2: #d76933;
--color-3: #a04b7e;
--color-4: #5e8d9c;
--color-5: #2d4e6c;
}
๐ Celestial Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b74f, #d76933, #a04b7e, #5e8d9c, #2d4e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b74f, #d76933, #a04b7e, #5e8d9c, #2d4e6c);
}
๐ Explore similar color palettes
Celestial Harmony color palette created on .