Refreshing Lemon Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Refreshing Lemon Yellow palette
Refreshing Lemon Yellow color palette CSS
/* CSS */
.color-1 {
color: #f6e6a2;
}
.color-2 {
color: #e3d58c;
}
.color-3 {
color: #d5c76c;
}
.color-4 {
color: #a8c97e;
}
.color-5 {
color: #7fbf5a;
}
/* CSS Variables */
:root {
--color-1: #f6e6a2;
--color-2: #e3d58c;
--color-3: #d5c76c;
--color-4: #a8c97e;
--color-5: #7fbf5a;
}
Refreshing Lemon Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6a2, #e3d58c, #d5c76c, #a8c97e, #7fbf5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6a2, #e3d58c, #d5c76c, #a8c97e, #7fbf5a);
}
Similar color palettes
Refreshing Lemon Yellow color palette created on .