Pink Ange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Ange palette

Share this palette to:

Pink Ange color palette CSS

/* CSS */
.color-1 {
color: #ffb3c6;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #5d6cc0;
}

/* CSS Variables */
:root {
--color-1: #ffb3c6;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #4eb7ac;
--color-5: #5d6cc0;
}

Pink Ange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c6, #ff6e61, #ffb84d, #4eb7ac, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c6, #ff6e61, #ffb84d, #4eb7ac, #5d6cc0);
}

Pink Ange color palette created on .