Orange Gourmet Color Palette
Discover the beautiful Orange Gourmet color palette featuring burning orange (#ff7142), salomie (#ffd980), fruit salad (#4cae4f), havelock blue (#4b91e2) and brilliant rose (#f45d99).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Orange Gourmet palette
๐ป Orange Gourmet color palette CSS
/* CSS */
.color-1 {
color: #ff7142;
}
.color-2 {
color: #ffd980;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #f45d99;
}
/* CSS Variables */
:root {
--color-1: #ff7142;
--color-2: #ffd980;
--color-3: #4cae4f;
--color-4: #4b91e2;
--color-5: #f45d99;
} ๐ Orange Gourmet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7142, #ffd980, #4cae4f, #4b91e2, #f45d99);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7142, #ffd980, #4cae4f, #4b91e2, #f45d99);
} ๐ Explore similar color palettes
Orange Gourmet color palette created on .