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: #e6a3b7;
}
.color-2 {
color: #f7d5a6;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #f1a76a;
}
.color-5 {
color: #d3b56f;
}

/* CSS Variables */
:root {
--color-1: #e6a3b7;
--color-2: #f7d5a6;
--color-3: #f7c5a6;
--color-4: #f1a76a;
--color-5: #d3b56f;
}

Whimsical Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a3b7, #f7d5a6, #f7c5a6, #f1a76a, #d3b56f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a3b7, #f7d5a6, #f7c5a6, #f1a76a, #d3b56f);
}

Whimsical Blossom color palette created on .