Serenity in Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity in Bloom palette
Serenity in Bloom color palette CSS
/* CSS */
.color-1 {
color: #f9d59f;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e8a1cc;
}
.color-4 {
color: #c7a2e7;
}
.color-5 {
color: #a1c4e8;
}
/* CSS Variables */
:root {
--color-1: #f9d59f;
--color-2: #f1a8a2;
--color-3: #e8a1cc;
--color-4: #c7a2e7;
--color-5: #a1c4e8;
}
Serenity in Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d59f, #f1a8a2, #e8a1cc, #c7a2e7, #a1c4e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d59f, #f1a8a2, #e8a1cc, #c7a2e7, #a1c4e8);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Serenity in Bloom color palette created on .