Serenity Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity Blossom palette
Serenity Blossom color palette CSS
/* CSS */
.color-1 {
color: #f6f0c1;
}
.color-2 {
color: #d1e3b5;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #6b9cd1;
}
.color-5 {
color: #4c5f90;
}
/* CSS Variables */
:root {
--color-1: #f6f0c1;
--color-2: #d1e3b5;
--color-3: #a3c7e0;
--color-4: #6b9cd1;
--color-5: #4c5f90;
}
Serenity Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f0c1, #d1e3b5, #a3c7e0, #6b9cd1, #4c5f90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f0c1, #d1e3b5, #a3c7e0, #6b9cd1, #4c5f90);
}
Similar color palettes
Serenity Blossom color palette created on .