Paleta de colores Strawberry Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Strawberry Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Strawberry Delight

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff8080;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #ffe5e5;
}
.color-5 {
color: #fff5f5;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff8080;
--color-3: #ffb3b3;
--color-4: #ffe5e5;
--color-5: #fff5f5;
}

CSS del degradado de fondo Strawberry Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff8080, #ffb3b3, #ffe5e5, #fff5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff8080, #ffb3b3, #ffe5e5, #fff5f5);
}

Strawberry Delight color palette created on .