Pink Whimsidite Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Whimsidite palette

Share this palette to:

Pink Whimsidite color palette CSS

/* CSS */
.color-1 {
color: #f5b2c6;
}
.color-2 {
color: #f3a0b5;
}
.color-3 {
color: #f09e8a;
}
.color-4 {
color: #f2a56e;
}
.color-5 {
color: #e5d16c;
}

/* CSS Variables */
:root {
--color-1: #f5b2c6;
--color-2: #f3a0b5;
--color-3: #f09e8a;
--color-4: #f2a56e;
--color-5: #e5d16c;
}

Pink Whimsidite background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c6, #f3a0b5, #f09e8a, #f2a56e, #e5d16c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c6, #f3a0b5, #f09e8a, #f2a56e, #e5d16c);
}

Pink Whimsidite color palette created on .