Pink Strawberry Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Strawberry palette

Condividi questa palette a:

tavolozza dei colori Pink Strawberry CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe0b3;
}
.color-4 {
color: #f9c3cf;
}
.color-5 {
color: #da1b61;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffe0b3;
--color-4: #f9c3cf;
--color-5: #da1b61;
}

CSS con gradiente di sfondo Pink Strawberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffe0b3, #f9c3cf, #da1b61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffe0b3, #f9c3cf, #da1b61);
}

Pink Strawberry color palette created on .