Cherry Blossom Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cherry Blossom Serenity palette

Share this palette to:

Cherry Blossom Serenity color palette CSS

/* CSS */
.color-1 {
color: #f3a5b2;
}
.color-2 {
color: #e6b7d3;
}
.color-3 {
color: #b3e0e6;
}
.color-4 {
color: #88d2d7;
}
.color-5 {
color: #4db3a0;
}

/* CSS Variables */
:root {
--color-1: #f3a5b2;
--color-2: #e6b7d3;
--color-3: #b3e0e6;
--color-4: #88d2d7;
--color-5: #4db3a0;
}

Cherry Blossom Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5b2, #e6b7d3, #b3e0e6, #88d2d7, #4db3a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5b2, #e6b7d3, #b3e0e6, #88d2d7, #4db3a0);
}

Cherry Blossom Serenity color palette created on .