Celestial Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Harmony palette
Color Inspiration
Images that showcase this color palette in real designs
Download Celestial Harmony Color Palette (PNG)
Celestial Harmony color palette CSS
/* CSS */
.color-1 {
color: #f7a6c6;
}
.color-2 {
color: #f9cb90;
}
.color-3 {
color: #f5e9b8;
}
.color-4 {
color: #9cd6e7;
}
.color-5 {
color: #5b9f9e;
}
/* CSS Variables */
:root {
--color-1: #f7a6c6;
--color-2: #f9cb90;
--color-3: #f5e9b8;
--color-4: #9cd6e7;
--color-5: #5b9f9e;
}
Celestial Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a6c6, #f9cb90, #f5e9b8, #9cd6e7, #5b9f9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a6c6, #f9cb90, #f5e9b8, #9cd6e7, #5b9f9e);
}
Similar color palettes
Celestial Harmony color palette created on .