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: #f5a300;
}
.color-2 {
color: #f6c188;
}
.color-3 {
color: #5e9c6b;
}
.color-4 {
color: #3b7e9b;
}
.color-5 {
color: #2e4b8e;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6c188;
--color-3: #5e9c6b;
--color-4: #3b7e9b;
--color-5: #2e4b8e;
}

Celestial Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6c188, #5e9c6b, #3b7e9b, #2e4b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6c188, #5e9c6b, #3b7e9b, #2e4b8e);
}

Celestial Harmony color palette created on .