Paleta de colores Wild Strawberry Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wild Strawberry Delight palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Wild Strawberry Delight

Download wild strawberry delight color palette PNG image (landscape)
Download wild strawberry delight color palette PNG image (square)

CSS de la paleta de colores Wild Strawberry Delight

/* CSS */
.color-1 {
color: #ff3399;
}
.color-2 {
color: #ff70b5;
}
.color-3 {
color: #ff9ecb;
}
.color-4 {
color: #ffb8e1;
}
.color-5 {
color: #ffd6e6;
}

/* CSS Variables */
:root {
--color-1: #ff3399;
--color-2: #ff70b5;
--color-3: #ff9ecb;
--color-4: #ffb8e1;
--color-5: #ffd6e6;
}

CSS del degradado de fondo Wild Strawberry Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3399, #ff70b5, #ff9ecb, #ffb8e1, #ffd6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3399, #ff70b5, #ff9ecb, #ffb8e1, #ffd6e6);
}

Wild Strawberry Delight color palette created on .