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