Cherry Blossom Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cherry Blossom Breeze palette

Share this palette to:

Cherry Blossom Breeze color palette CSS

/* CSS */
.color-1 {
color: #e09eb1;
}
.color-2 {
color: #f2c5d5;
}
.color-3 {
color: #f9e4e1;
}
.color-4 {
color: #ffb8b8;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #e09eb1;
--color-2: #f2c5d5;
--color-3: #f9e4e1;
--color-4: #ffb8b8;
--color-5: #ff6e61;
}

Cherry Blossom Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09eb1, #f2c5d5, #f9e4e1, #ffb8b8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09eb1, #f2c5d5, #f9e4e1, #ffb8b8, #ff6e61);
}

Cherry Blossom Breeze color palette created on .