Blooming Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blooming Harmony palette

Share this palette to:

Blooming Harmony color palette CSS

/* CSS */
.color-1 {
color: #f8e0b9;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #dac6c3;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f8e0b9;
--color-2: #f0a800;
--color-3: #dac6c3;
--color-4: #a8e6cf;
--color-5: #ff6e61;
}

Blooming Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0b9, #f0a800, #dac6c3, #a8e6cf, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0b9, #f0a800, #dac6c3, #a8e6cf, #ff6e61);
}

Blooming Harmony color palette created on .