Celery Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celery Delight palette
Celery Delight color palette PNG image
Celery Delight color palette CSS
/* CSS */
.color-1 {
color: #b7c15c;
}
.color-2 {
color: #a9d09a;
}
.color-3 {
color: #e6f49a;
}
.color-4 {
color: #f5e37a;
}
.color-5 {
color: #dac24e;
}
/* CSS Variables */
:root {
--color-1: #b7c15c;
--color-2: #a9d09a;
--color-3: #e6f49a;
--color-4: #f5e37a;
--color-5: #dac24e;
}
Celery Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c15c, #a9d09a, #e6f49a, #f5e37a, #dac24e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c15c, #a9d09a, #e6f49a, #f5e37a, #dac24e);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Celery Delight color palette created on .