Greg's Garden Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Greg's Garden Delight palette
Greg's Garden Delight color palette CSS
/* CSS */
.color-1 {
color: #ee7d72;
}
.color-2 {
color: #77b68d;
}
.color-3 {
color: #eadda9;
}
.color-4 {
color: #eec56d;
}
.color-5 {
color: #eb9c52;
}
/* CSS Variables */
:root {
--color-1: #ee7d72;
--color-2: #77b68d;
--color-3: #eadda9;
--color-4: #eec56d;
--color-5: #eb9c52;
}
Greg's Garden Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ee7d72, #77b68d, #eadda9, #eec56d, #eb9c52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ee7d72, #77b68d, #eadda9, #eec56d, #eb9c52);
}
Similar color palettes
Greg's Garden Delight color palette created on .