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: #f9b1ae;
}
.color-2 {
color: #f6c3b1;
}
.color-3 {
color: #f3d3b4;
}
.color-4 {
color: #f0e1c7;
}
.color-5 {
color: #e9e8d8;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6c3b1;
--color-3: #f3d3b4;
--color-4: #f0e1c7;
--color-5: #e9e8d8;
}

Celestial Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6c3b1, #f3d3b4, #f0e1c7, #e9e8d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6c3b1, #f3d3b4, #f0e1c7, #e9e8d8);
}

Celestial Harmony color palette created on .