Pink Icing Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Icing palette

Share this palette to:

Pink Icing color palette CSS

/* CSS */
.color-1 {
color: #ffc09e;
}
.color-2 {
color: #ffadad;
}
.color-3 {
color: #ff667d;
}
.color-4 {
color: #d4a5a5;
}
.color-5 {
color: #39305a;
}

/* CSS Variables */
:root {
--color-1: #ffc09e;
--color-2: #ffadad;
--color-3: #ff667d;
--color-4: #d4a5a5;
--color-5: #39305a;
}

Pink Icing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc09e, #ffadad, #ff667d, #d4a5a5, #39305a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc09e, #ffadad, #ff667d, #d4a5a5, #39305a);
}

Pink Icing color palette created on .