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: #f7a1b8;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffbd42;
}
.color-4 {
color: #ffde70;
}
.color-5 {
color: #6ed4cf;
}

/* CSS Variables */
:root {
--color-1: #f7a1b8;
--color-2: #ff6e61;
--color-3: #ffbd42;
--color-4: #ffde70;
--color-5: #6ed4cf;
}

Cherry Blossom Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b8, #ff6e61, #ffbd42, #ffde70, #6ed4cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b8, #ff6e61, #ffbd42, #ffde70, #6ed4cf);
}

Cherry Blossom Breeze color palette created on .