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: #f3a5c0;
}
.color-2 {
color: #f78d8d;
}
.color-3 {
color: #f5e44d;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #64a69f;
}

/* CSS Variables */
:root {
--color-1: #f3a5c0;
--color-2: #f78d8d;
--color-3: #f5e44d;
--color-4: #6ed4cf;
--color-5: #64a69f;
}

Cherry Blossom Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c0, #f78d8d, #f5e44d, #6ed4cf, #64a69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c0, #f78d8d, #f5e44d, #6ed4cf, #64a69f);
}

Cherry Blossom Breeze color palette created on .