Cheese Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cheese Yellow palette
Cheese Yellow color palette CSS
/* CSS */
.color-1 {
color: #f6d551;
}
.color-2 {
color: #f8b73f;
}
.color-3 {
color: #f29c2c;
}
.color-4 {
color: #e06929;
}
.color-5 {
color: #d3501d;
}
/* CSS Variables */
:root {
--color-1: #f6d551;
--color-2: #f8b73f;
--color-3: #f29c2c;
--color-4: #e06929;
--color-5: #d3501d;
}
Cheese Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d551, #f8b73f, #f29c2c, #e06929, #d3501d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d551, #f8b73f, #f29c2c, #e06929, #d3501d);
}
Similar color palettes
Cheese Yellow color palette created on .