Lemon Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lemon Shades palette
Lemon Shades color palette CSS
/* CSS */
.color-1 {
color: #f4d71a;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f9ea8b;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #e6b400;
}
/* CSS Variables */
:root {
--color-1: #f4d71a;
--color-2: #f1c84b;
--color-3: #f9ea8b;
--color-4: #f7c94b;
--color-5: #e6b400;
}
Lemon Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d71a, #f1c84b, #f9ea8b, #f7c94b, #e6b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d71a, #f1c84b, #f9ea8b, #f7c94b, #e6b400);
}
Similar color palettes
Scroll down to explore 200+ Yellow color palettes
Lemon Shades color palette created on .