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: #7e9bb9;
}
.color-2 {
color: #b3d8e0;
}
.color-3 {
color: #f5e5b2;
}
.color-4 {
color: #f7c5a1;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #7e9bb9;
--color-2: #b3d8e0;
--color-3: #f5e5b2;
--color-4: #f7c5a1;
--color-5: #ff6b6b;
}
Serenity Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e9bb9, #b3d8e0, #f5e5b2, #f7c5a1, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e9bb9, #b3d8e0, #f5e5b2, #f7c5a1, #ff6b6b);
}
Similar color palettes
Serenity Blossom color palette created on .