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: #f6d55a;
}
.color-2 {
color: #f9a12f;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #fde94e;
}
.color-5 {
color: #f9cca4;
}
/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f9a12f;
--color-3: #f9c54e;
--color-4: #fde94e;
--color-5: #f9cca4;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f9a12f, #f9c54e, #fde94e, #f9cca4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f9a12f, #f9c54e, #fde94e, #f9cca4);
}
Similar color palettes
Shades of Yellow color palette created on .