Serene Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Blossoms palette
Serene Blossoms color palette CSS
/* CSS */
.color-1 {
color: #f7a4a1;
}
.color-2 {
color: #f1e2b1;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #73b5b5;
}
.color-5 {
color: #3b698c;
}
/* CSS Variables */
:root {
--color-1: #f7a4a1;
--color-2: #f1e2b1;
--color-3: #a3d6e0;
--color-4: #73b5b5;
--color-5: #3b698c;
}
Serene Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a4a1, #f1e2b1, #a3d6e0, #73b5b5, #3b698c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a4a1, #f1e2b1, #a3d6e0, #73b5b5, #3b698c);
}
Similar color palettes
Serene Blossoms color palette created on .