Burnt Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Burnt Dreamscape palette

Share this palette to:

Burnt Dreamscape color palette PNG image

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

Burnt Dreamscape color palette 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;
}

Burnt Dreamscape background gradient CSS

/* 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 .