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: #4b6eaf;
}
.color-2 {
color: #7aa2d6;
}
.color-3 {
color: #a3c4e0;
}
.color-4 {
color: #d3e5f3;
}
.color-5 {
color: #f0f6ff;
}

/* CSS Variables */
:root {
--color-1: #4b6eaf;
--color-2: #7aa2d6;
--color-3: #a3c4e0;
--color-4: #d3e5f3;
--color-5: #f0f6ff;
}

Celestial Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6eaf, #7aa2d6, #a3c4e0, #d3e5f3, #f0f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6eaf, #7aa2d6, #a3c4e0, #d3e5f3, #f0f6ff);
}

Celestial Harmony color palette created on .