Dandy’s Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dandy’s Dreamscape palette

Share this palette to:

Dandy’s Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f1b341;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #5c9c9d;
}
.color-4 {
color: #89499c;
}
.color-5 {
color: #f8d3e1;
}

/* CSS Variables */
:root {
--color-1: #f1b341;
--color-2: #d63f2e;
--color-3: #5c9c9d;
--color-4: #89499c;
--color-5: #f8d3e1;
}

Dandy’s Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b341, #d63f2e, #5c9c9d, #89499c, #f8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b341, #d63f2e, #5c9c9d, #89499c, #f8d3e1);
}

Dandy’s Dreamscape color palette created on .