Whimsical Resilience Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Resilience palette

Share this palette to:

Whimsical Resilience color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #f27d93;
}
.color-3 {
color: #ffbc6b;
}
.color-4 {
color: #e1d76b;
}
.color-5 {
color: #809d7b;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #f27d93;
--color-3: #ffbc6b;
--color-4: #e1d76b;
--color-5: #809d7b;
}

Whimsical Resilience background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #f27d93, #ffbc6b, #e1d76b, #809d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #f27d93, #ffbc6b, #e1d76b, #809d7b);
}

Whimsical Resilience color palette created on .