Pink Vanilla Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Vanilla palette

Share this palette to:

Pink Vanilla color palette CSS

/* CSS */
.color-1 {
color: #f3d8de;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #d88d95;
}
.color-4 {
color: #c86a7a;
}
.color-5 {
color: #b44b65;
}

/* CSS Variables */
:root {
--color-1: #f3d8de;
--color-2: #f1a7b4;
--color-3: #d88d95;
--color-4: #c86a7a;
--color-5: #b44b65;
}

Pink Vanilla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d8de, #f1a7b4, #d88d95, #c86a7a, #b44b65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d8de, #f1a7b4, #d88d95, #c86a7a, #b44b65);
}

Pink Vanilla color palette created on .