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: #f4c3c3;
}
.color-2 {
color: #f1a7b3;
}
.color-3 {
color: #f9d1c3;
}
.color-4 {
color: #fdd79b;
}
.color-5 {
color: #f4b76c;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f1a7b3;
--color-3: #f9d1c3;
--color-4: #fdd79b;
--color-5: #f4b76c;
}

Whimsical Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f1a7b3, #f9d1c3, #fdd79b, #f4b76c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f1a7b3, #f9d1c3, #fdd79b, #f4b76c);
}

Whimsical Blossom color palette created on .