Shades of Corn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Corn palette
Shades of Corn color palette CSS
/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f09b24;
}
.color-4 {
color: #e88d17;
}
.color-5 {
color: #e88111;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f6b83c;
--color-3: #f09b24;
--color-4: #e88d17;
--color-5: #e88111;
}
Shades of Corn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f6b83c, #f09b24, #e88d17, #e88111);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f6b83c, #f09b24, #e88d17, #e88111);
}
Similar color palettes
Shades of Corn color palette created on .