Burnt Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Burnt Dreamscape palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Burnt Dreamscape

Download burnt dreamscape color palette PNG image (landscape)
Download burnt dreamscape color palette PNG image (square)

tavolozza dei colori Burnt Dreamscape CSS

/* CSS */
.color-1 {
color: #5c3a2e;
}
.color-2 {
color: #8b5b3c;
}
.color-3 {
color: #c48b4a;
}
.color-4 {
color: #e3b668;
}
.color-5 {
color: #f5d6c2;
}

/* CSS Variables */
:root {
--color-1: #5c3a2e;
--color-2: #8b5b3c;
--color-3: #c48b4a;
--color-4: #e3b668;
--color-5: #f5d6c2;
}

CSS con gradiente di sfondo Burnt Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3a2e, #8b5b3c, #c48b4a, #e3b668, #f5d6c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3a2e, #8b5b3c, #c48b4a, #e3b668, #f5d6c2);
}

Burnt Dreamscape color palette created on .