Pudding Delight Color Palette

Discover the beautiful Pudding Delight color palette featuring portica (#f6ec60), corn (#e0c200), hokey pokey (#d6a92e), tussock (#b48a3c) and marigold yellow (#f9d77b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Bright, Fun, Cream 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 Pudding Delight palette

Share this palette to:

💻 Pudding Delight color palette CSS

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #e0c200;
}
.color-3 {
color: #d6a92e;
}
.color-4 {
color: #b48a3c;
}
.color-5 {
color: #f9d77b;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #e0c200;
--color-3: #d6a92e;
--color-4: #b48a3c;
--color-5: #f9d77b;
}

🌈 Pudding Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #e0c200, #d6a92e, #b48a3c, #f9d77b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #e0c200, #d6a92e, #b48a3c, #f9d77b);
}

Pudding Delight color palette created on .