Whimsical Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Blossom palette

Share this palette to:

Whimsical Blossom color palette CSS

/* CSS */
.color-1 {
color: #ffb3e4;
}
.color-2 {
color: #ffda75;
}
.color-3 {
color: #a2d57c;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffb3e4;
--color-2: #ffda75;
--color-3: #a2d57c;
--color-4: #ffc29e;
--color-5: #ff6e61;
}

Whimsical Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e4, #ffda75, #a2d57c, #ffc29e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e4, #ffda75, #a2d57c, #ffc29e, #ff6e61);
}

Whimsical Blossom color palette created on .