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