Wild Strawberry Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wild Strawberry Delight palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Wild Strawberry Delight

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

tavolozza dei colori Wild Strawberry Delight CSS

/* 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 con gradiente di sfondo 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 .