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: #fbff00;
}
.color-2 {
color: #b6d600;
}
.color-3 {
color: #6bad00;
}
.color-4 {
color: #3b7a00;
}
.color-5 {
color: #0d4d00;
}
/* CSS Variables */
:root {
--color-1: #fbff00;
--color-2: #b6d600;
--color-3: #6bad00;
--color-4: #3b7a00;
--color-5: #0d4d00;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbff00, #b6d600, #6bad00, #3b7a00, #0d4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbff00, #b6d600, #6bad00, #3b7a00, #0d4d00);
}
Similar color palettes
Shades of Yellow color palette created on .