Cheese Delight Color Palette

Discover the beautiful Cheese Delight color palette featuring energy yellow (#f8d64f), buttercup (#efa30b), mango tango (#e67a00), bamboo (#db6a00) and rose of sharon (#b85c00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Orange, Sandwich, Summer, Toast, Yellow color palettes and combinations.

💡 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 Cheese Delight palette

Share this palette to:

💻 Cheese Delight color palette CSS

/* CSS */
.color-1 {
color: #f8d64f;
}
.color-2 {
color: #efa30b;
}
.color-3 {
color: #e67a00;
}
.color-4 {
color: #db6a00;
}
.color-5 {
color: #b85c00;
}

/* CSS Variables */
:root {
--color-1: #f8d64f;
--color-2: #efa30b;
--color-3: #e67a00;
--color-4: #db6a00;
--color-5: #b85c00;
}

🌈 Cheese Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d64f, #efa30b, #e67a00, #db6a00, #b85c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d64f, #efa30b, #e67a00, #db6a00, #b85c00);
}

Cheese Delight color palette created on .