Paleta de colores Strawberry Lemonade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Strawberry Lemonade palette

Compartir esta paleta en:

CSS de la paleta de colores Strawberry Lemonade

/* 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;
}

CSS del degradado de fondo Strawberry Lemonade

/* 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 .