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: #f6d58e;
}
.color-2 {
color: #e2b24b;
}
.color-3 {
color: #da9f2b;
}
.color-4 {
color: #c78a1a;
}
.color-5 {
color: #a76b0c;
}

/* CSS Variables */
:root {
--color-1: #f6d58e;
--color-2: #e2b24b;
--color-3: #da9f2b;
--color-4: #c78a1a;
--color-5: #a76b0c;
}

Cheddar Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d58e, #e2b24b, #da9f2b, #c78a1a, #a76b0c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d58e, #e2b24b, #da9f2b, #c78a1a, #a76b0c);
}

Cheddar Dreamscape color palette created on .