Pretty Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pretty Pink palette

Share this palette to:

Pretty Pink color palette CSS

/* CSS */
.color-1 {
color: #f49fbe;
}
.color-2 {
color: #f6c56a;
}
.color-3 {
color: #f1e8b1;
}
.color-4 {
color: #a6d8d9;
}
.color-5 {
color: #b59fe5;
}

/* CSS Variables */
:root {
--color-1: #f49fbe;
--color-2: #f6c56a;
--color-3: #f1e8b1;
--color-4: #a6d8d9;
--color-5: #b59fe5;
}

Pretty Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f49fbe, #f6c56a, #f1e8b1, #a6d8d9, #b59fe5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f49fbe, #f6c56a, #f1e8b1, #a6d8d9, #b59fe5);
}

Pretty Pink color palette created on .