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: #d7a2e2;
}
.color-2 {
color: #a33e8b;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f0d8c1;
}
.color-5 {
color: #f76969;
}

/* CSS Variables */
:root {
--color-1: #d7a2e2;
--color-2: #a33e8b;
--color-3: #f0a800;
--color-4: #f0d8c1;
--color-5: #f76969;
}

Whimsical Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a2e2, #a33e8b, #f0a800, #f0d8c1, #f76969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a2e2, #a33e8b, #f0a800, #f0d8c1, #f76969);
}

Whimsical Blossoms color palette created on .