Charming Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Charming Pink palette

Share this palette to:

Charming Pink color palette CSS

/* CSS */
.color-1 {
color: #eab8c9;
}
.color-2 {
color: #d57c88;
}
.color-3 {
color: #c3506b;
}
.color-4 {
color: #dfaf6d;
}
.color-5 {
color: #e45d2f;
}

/* CSS Variables */
:root {
--color-1: #eab8c9;
--color-2: #d57c88;
--color-3: #c3506b;
--color-4: #dfaf6d;
--color-5: #e45d2f;
}

Charming Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8c9, #d57c88, #c3506b, #dfaf6d, #e45d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8c9, #d57c88, #c3506b, #dfaf6d, #e45d2f);
}

Charming Pink color palette created on .