Cherry Wine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cherry Wine palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Cherry Wine

Download cherry wine color palette PNG image (landscape)
Download cherry wine color palette PNG image (square)

tavolozza dei colori Cherry Wine CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #bf2b3a;
}
.color-3 {
color: #d64354;
}
.color-4 {
color: #e76a7b;
}
.color-5 {
color: #f2a1b8;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #bf2b3a;
--color-3: #d64354;
--color-4: #e76a7b;
--color-5: #f2a1b8;
}

CSS con gradiente di sfondo Cherry Wine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #bf2b3a, #d64354, #e76a7b, #f2a1b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #bf2b3a, #d64354, #e76a7b, #f2a1b8);
}

Cherry Wine color palette created on .