Whimsical Blooms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Blooms palette

Share this palette to:

Whimsical Blooms color palette CSS

/* CSS */
.color-1 {
color: #f7b2a6;
}
.color-2 {
color: #f1e5b1;
}
.color-3 {
color: #f2d7a6;
}
.color-4 {
color: #c3e3b5;
}
.color-5 {
color: #95c9d0;
}

/* CSS Variables */
:root {
--color-1: #f7b2a6;
--color-2: #f1e5b1;
--color-3: #f2d7a6;
--color-4: #c3e3b5;
--color-5: #95c9d0;
}

Whimsical Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a6, #f1e5b1, #f2d7a6, #c3e3b5, #95c9d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a6, #f1e5b1, #f2d7a6, #c3e3b5, #95c9d0);
}

Whimsical Blooms color palette created on .