Cheddar Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cheddar Glow palette

Share this palette to:

Cheddar Glow color palette CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffea75;
}
.color-4 {
color: #ffc105;
}
.color-5 {
color: #ffa600;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ffd942;
--color-3: #ffea75;
--color-4: #ffc105;
--color-5: #ffa600;
}

Cheddar Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ffd942, #ffea75, #ffc105, #ffa600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ffd942, #ffea75, #ffc105, #ffa600);
}

Cheddar Glow color palette created on .