Whimsical Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Blossoms palette

Share this palette to:

Whimsical Blossoms color palette CSS

/* CSS */
.color-1 {
color: #e7b1c8;
}
.color-2 {
color: #c4a87e;
}
.color-3 {
color: #beab8e;
}
.color-4 {
color: #90b5d5;
}
.color-5 {
color: #f3d0a0;
}

/* CSS Variables */
:root {
--color-1: #e7b1c8;
--color-2: #c4a87e;
--color-3: #beab8e;
--color-4: #90b5d5;
--color-5: #f3d0a0;
}

Whimsical Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b1c8, #c4a87e, #beab8e, #90b5d5, #f3d0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b1c8, #c4a87e, #beab8e, #90b5d5, #f3d0a0);
}

Whimsical Blossoms color palette created on .