Whipped Delight Color Palette

Discover the beautiful Whipped Delight color palette featuring dairy cream (#f8e6b4), maize (#f4d99f), golden sand (#f1c579), harvest gold (#e0b16c) and di serria (#d69f5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Amber, Bright, Fun, Spring 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 Whipped Delight palette

Share this palette to:

💻 Whipped Delight color palette CSS

/* CSS */
.color-1 {
color: #f8e6b4;
}
.color-2 {
color: #f4d99f;
}
.color-3 {
color: #f1c579;
}
.color-4 {
color: #e0b16c;
}
.color-5 {
color: #d69f5c;
}

/* CSS Variables */
:root {
--color-1: #f8e6b4;
--color-2: #f4d99f;
--color-3: #f1c579;
--color-4: #e0b16c;
--color-5: #d69f5c;
}

🌈 Whipped Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e6b4, #f4d99f, #f1c579, #e0b16c, #d69f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e6b4, #f4d99f, #f1c579, #e0b16c, #d69f5c);
}

Whipped Delight color palette created on .