Vintage Caramel Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vintage Caramel Dream palette

Condividi questa palette a:

tavolozza dei colori Vintage Caramel Dream CSS

/* CSS */
.color-1 {
color: #a67c5e;
}
.color-2 {
color: #d1a86b;
}
.color-3 {
color: #f0c2a3;
}
.color-4 {
color: #e8b48c;
}
.color-5 {
color: #9c6b5e;
}

/* CSS Variables */
:root {
--color-1: #a67c5e;
--color-2: #d1a86b;
--color-3: #f0c2a3;
--color-4: #e8b48c;
--color-5: #9c6b5e;
}

CSS con gradiente di sfondo Vintage Caramel Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67c5e, #d1a86b, #f0c2a3, #e8b48c, #9c6b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67c5e, #d1a86b, #f0c2a3, #e8b48c, #9c6b5e);
}

Vintage Caramel Dream color palette created on .