Cheddar Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cheddar Dreamscape palette

Share this palette to:

Cheddar Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e2b63c;
}
.color-3 {
color: #da992b;
}
.color-4 {
color: #c8921e;
}
.color-5 {
color: #b77e15;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e2b63c;
--color-3: #da992b;
--color-4: #c8921e;
--color-5: #b77e15;
}

Cheddar Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e2b63c, #da992b, #c8921e, #b77e15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e2b63c, #da992b, #c8921e, #b77e15);
}

Cheddar Dreamscape color palette created on .