Pink First Love Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink First Love palette

Share this palette to:

Pink First Love color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #f5af94;
}
.color-3 {
color: #f4d580;
}
.color-4 {
color: #f0e2a8;
}
.color-5 {
color: #f9ccb9;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #f5af94;
--color-3: #f4d580;
--color-4: #f0e2a8;
--color-5: #f9ccb9;
}

Pink First Love background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #f5af94, #f4d580, #f0e2a8, #f9ccb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #f5af94, #f4d580, #f0e2a8, #f9ccb9);
}

Pink First Love color palette created on .