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