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: #f9b1ae;
}
.color-2 {
color: #f4c79f;
}
.color-3 {
color: #e3d6a6;
}
.color-4 {
color: #b7d699;
}
.color-5 {
color: #a2c6d2;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f4c79f;
--color-3: #e3d6a6;
--color-4: #b7d699;
--color-5: #a2c6d2;
}
Serene Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f4c79f, #e3d6a6, #b7d699, #a2c6d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f4c79f, #e3d6a6, #b7d699, #a2c6d2);
}
Similar color palettes
Serene Blossoms color palette created on .