Cheddar Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cheddar Dreams palette

Share this palette to:

Cheddar Dreams color palette CSS

/* CSS */
.color-1 {
color: #ffc300;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffeb85;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d6a800;
}

/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #ffd942;
--color-3: #ffeb85;
--color-4: #f1c84b;
--color-5: #d6a800;
}

Cheddar Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #ffd942, #ffeb85, #f1c84b, #d6a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #ffd942, #ffeb85, #f1c84b, #d6a800);
}

Cheddar Dreams color palette created on .