Pink Aesthetic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Aesthetic palette

Share this palette to:

Pink Aesthetic color palette CSS

/* CSS */
.color-1 {
color: #f3b4c1;
}
.color-2 {
color: #f8d8d8;
}
.color-3 {
color: #e6b3cf;
}
.color-4 {
color: #f6c1e8;
}
.color-5 {
color: #f1a7ca;
}

/* CSS Variables */
:root {
--color-1: #f3b4c1;
--color-2: #f8d8d8;
--color-3: #e6b3cf;
--color-4: #f6c1e8;
--color-5: #f1a7ca;
}

Pink Aesthetic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b4c1, #f8d8d8, #e6b3cf, #f6c1e8, #f1a7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b4c1, #f8d8d8, #e6b3cf, #f6c1e8, #f1a7ca);
}

Pink Aesthetic color palette created on .