Blossom Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Serenity palette
Blossom Serenity color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f9b69f;
}
.color-3 {
color: #e6cfc1;
}
.color-4 {
color: #d3c5b6;
}
.color-5 {
color: #f2e6d4;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f9b69f;
--color-3: #e6cfc1;
--color-4: #d3c5b6;
--color-5: #f2e6d4;
}
Blossom Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f9b69f, #e6cfc1, #d3c5b6, #f2e6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f9b69f, #e6cfc1, #d3c5b6, #f2e6d4);
}
Similar color palettes
Scroll down to explore 30+ Aesthetic color palettes
Blossom Serenity color palette created on .