Adorable Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Adorable Pink palette

Share this palette to:

Adorable Pink color palette CSS

/* CSS */
.color-1 {
color: #e9c7af;
}
.color-2 {
color: #d59f9f;
}
.color-3 {
color: #c57c9c;
}
.color-4 {
color: #b65d8b;
}
.color-5 {
color: #a83e88;
}

/* CSS Variables */
:root {
--color-1: #e9c7af;
--color-2: #d59f9f;
--color-3: #c57c9c;
--color-4: #b65d8b;
--color-5: #a83e88;
}

Adorable Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9c7af, #d59f9f, #c57c9c, #b65d8b, #a83e88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9c7af, #d59f9f, #c57c9c, #b65d8b, #a83e88);
}

Adorable Pink color palette created on .