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: #2b798c;
}
.color-2 {
color: #4eb78e;
}
.color-3 {
color: #a0dabb;
}
.color-4 {
color: #f7e8a6;
}
.color-5 {
color: #f2b6b0;
}
/* CSS Variables */
:root {
--color-1: #2b798c;
--color-2: #4eb78e;
--color-3: #a0dabb;
--color-4: #f7e8a6;
--color-5: #f2b6b0;
}
Serenity in Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b798c, #4eb78e, #a0dabb, #f7e8a6, #f2b6b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b798c, #4eb78e, #a0dabb, #f7e8a6, #f2b6b0);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Serenity in Bloom color palette created on .