Strawberry Lemonade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Strawberry Lemonade palette

Share this palette to:

Strawberry Lemonade color palette PNG image

Download strawberry lemonade color palette PNG image (landscape)
Download strawberry lemonade color palette PNG image (square)

Strawberry Lemonade color palette CSS

/* CSS */
.color-1 {
color: #ffdb99;
}
.color-2 {
color: #ffdfcc;
}
.color-3 {
color: #ffadb4;
}
.color-4 {
color: #ff949d;
}
.color-5 {
color: #ff94b8;
}

/* CSS Variables */
:root {
--color-1: #ffdb99;
--color-2: #ffdfcc;
--color-3: #ffadb4;
--color-4: #ff949d;
--color-5: #ff94b8;
}

Strawberry Lemonade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdb99, #ffdfcc, #ffadb4, #ff949d, #ff94b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdb99, #ffdfcc, #ffadb4, #ff949d, #ff94b8);
}

Strawberry Lemonade color palette created on .