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: #f0c1d3;
}
.color-2 {
color: #8f7ec4;
}
.color-3 {
color: #505dce;
}
.color-4 {
color: #3dc4db;
}
.color-5 {
color: #1d9a8e;
}

/* CSS Variables */
:root {
--color-1: #f0c1d3;
--color-2: #8f7ec4;
--color-3: #505dce;
--color-4: #3dc4db;
--color-5: #1d9a8e;
}

Celestial Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c1d3, #8f7ec4, #505dce, #3dc4db, #1d9a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c1d3, #8f7ec4, #505dce, #3dc4db, #1d9a8e);
}

Celestial Harmony color palette created on .