Pure Vanilla Cookie Color Palette

Discover the beautiful Pure Vanilla Cookie color palette featuring wheat (#f3e4aa), sapling (#e1c6a8), eunry (#d4b0a0), brandy rose (#c18e85) and coral tree (#a35c67).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVanilla, Cream, Biscuit, Warm, Soft, Neutral, Beige, Tan, Brown 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 Pure Vanilla Cookie palette

Share this palette to:

💻 Pure Vanilla Cookie color palette CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e1c6a8;
}
.color-3 {
color: #d4b0a0;
}
.color-4 {
color: #c18e85;
}
.color-5 {
color: #a35c67;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e1c6a8;
--color-3: #d4b0a0;
--color-4: #c18e85;
--color-5: #a35c67;
}

🌈 Pure Vanilla Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e1c6a8, #d4b0a0, #c18e85, #a35c67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e1c6a8, #d4b0a0, #c18e85, #a35c67);
}

🔗 Explore similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Pure Vanilla Cookie color palette created on .