Cheddar Sunset Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cheddar Sunset Delight palette
Cheddar Sunset Delight color palette CSS
/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f7c250;
}
.color-3 {
color: #f7a35e;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d83c31;
}
/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f7c250;
--color-3: #f7a35e;
--color-4: #e76e50;
--color-5: #d83c31;
}
Cheddar Sunset Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f7c250, #f7a35e, #e76e50, #d83c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f7c250, #f7a35e, #e76e50, #d83c31);
}
Similar color palettes
Cheddar Sunset Delight color palette created on .