Loading...

Pink Cherub Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cherub palette

Share this palette to:

Download Pink Cherub Color Palette (PNG)

Download pink cherub color palette PNG image (landscape)
Download pink cherub color palette PNG image (square)

Pink Cherub color palette CSS

/* CSS */
.color-1 {
color: #f8d8e9;
}
.color-2 {
color: #f1b1c3;
}
.color-3 {
color: #e59ab4;
}
.color-4 {
color: #d57ca8;
}
.color-5 {
color: #a65979;
}

/* CSS Variables */
:root {
--color-1: #f8d8e9;
--color-2: #f1b1c3;
--color-3: #e59ab4;
--color-4: #d57ca8;
--color-5: #a65979;
}

Pink Cherub background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d8e9, #f1b1c3, #e59ab4, #d57ca8, #a65979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d8e9, #f1b1c3, #e59ab4, #d57ca8, #a65979);
}

Pink Cherub color palette created on .