Whimsical Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Blush palette

Share this palette to:

Whimsical Blush color palette PNG image

Download whimsical blush color palette PNG image (landscape)
Download whimsical blush color palette PNG image (square)

Whimsical Blush color palette CSS

/* CSS */
.color-1 {
color: #ffebf2;
}
.color-2 {
color: #ff9eba;
}
.color-3 {
color: #e3a67d;
}
.color-4 {
color: #c68c71;
}
.color-5 {
color: #8c5b4f;
}

/* CSS Variables */
:root {
--color-1: #ffebf2;
--color-2: #ff9eba;
--color-3: #e3a67d;
--color-4: #c68c71;
--color-5: #8c5b4f;
}

Whimsical Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebf2, #ff9eba, #e3a67d, #c68c71, #8c5b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebf2, #ff9eba, #e3a67d, #c68c71, #8c5b4f);
}

Whimsical Blush color palette created on .