Celestial Blossom Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Blossom Harmony palette

Share this palette to:

Celestial Blossom Harmony color palette CSS

/* CSS */
.color-1 {
color: #f5d75b;
}
.color-2 {
color: #8fa5e0;
}
.color-3 {
color: #f8b4f1;
}
.color-4 {
color: #e8c3b0;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f5d75b;
--color-2: #8fa5e0;
--color-3: #f8b4f1;
--color-4: #e8c3b0;
--color-5: #ff6e61;
}

Celestial Blossom Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d75b, #8fa5e0, #f8b4f1, #e8c3b0, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d75b, #8fa5e0, #f8b4f1, #e8c3b0, #ff6e61);
}

Celestial Blossom Harmony color palette created on .