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: #eab8e4;
}
.color-2 {
color: #a4ccb8;
}
.color-3 {
color: #d6c2e0;
}
.color-4 {
color: #f4d3b4;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #a4ccb8;
--color-3: #d6c2e0;
--color-4: #f4d3b4;
--color-5: #ff7092;
}

Whimsical Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #a4ccb8, #d6c2e0, #f4d3b4, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #a4ccb8, #d6c2e0, #f4d3b4, #ff7092);
}

Whimsical Blossom color palette created on .