Bittersweet Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bittersweet Delight palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Bittersweet Delight

Download bittersweet delight color palette PNG image (landscape)
Download bittersweet delight color palette PNG image (square)

tavolozza dei colori Bittersweet Delight CSS

/* CSS */
.color-1 {
color: #c85d3c;
}
.color-2 {
color: #d99f59;
}
.color-3 {
color: #f0c98e;
}
.color-4 {
color: #ede2b0;
}
.color-5 {
color: #b7c9b5;
}

/* CSS Variables */
:root {
--color-1: #c85d3c;
--color-2: #d99f59;
--color-3: #f0c98e;
--color-4: #ede2b0;
--color-5: #b7c9b5;
}

CSS con gradiente di sfondo Bittersweet Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85d3c, #d99f59, #f0c98e, #ede2b0, #b7c9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85d3c, #d99f59, #f0c98e, #ede2b0, #b7c9b5);
}

Bittersweet Delight color palette created on .