Pink Lemonade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Lemonade palette

Share this palette to:

Pink Lemonade color palette CSS

/* CSS */
.color-1 {
color: #f6a7b3;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #f5f1a3;
}
.color-4 {
color: #f7c5a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #f4d35d;
--color-3: #f5f1a3;
--color-4: #f7c5a1;
--color-5: #ff6e61;
}

Pink Lemonade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #f4d35d, #f5f1a3, #f7c5a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #f4d35d, #f5f1a3, #f7c5a1, #ff6e61);
}

Pink Lemonade color palette created on .