Gourmet Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gourmet Delight palette
Gourmet Delight color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff5833;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #c44d40;
}
.color-5 {
color: #8d43ad;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff5833;
--color-3: #ff6e61;
--color-4: #c44d40;
--color-5: #8d43ad;
}
Gourmet Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff5833, #ff6e61, #c44d40, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff5833, #ff6e61, #c44d40, #8d43ad);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Gourmet Delight color palette created on .