Celestial Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Harmony palette

Share this palette to:

Celestial Harmony color palette CSS

/* CSS */
.color-1 {
color: #f2f49f;
}
.color-2 {
color: #f9b4de;
}
.color-3 {
color: #a8d3e1;
}
.color-4 {
color: #6b9e8f;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #f2f49f;
--color-2: #f9b4de;
--color-3: #a8d3e1;
--color-4: #6b9e8f;
--color-5: #2b3d50;
}

Celestial Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f49f, #f9b4de, #a8d3e1, #6b9e8f, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f49f, #f9b4de, #a8d3e1, #6b9e8f, #2b3d50);
}

Celestial Harmony color palette created on .