Pure Vanilla Cookie Color Palette
Discover the beautiful Pure Vanilla Cookie color palette featuring dairy cream (#f8e5b4), chalky (#eedc9b), straw (#d5c67b), laser (#c2b76b) and barley corn (#a69a5e).
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 Pure Vanilla Cookie palette
💻 Pure Vanilla Cookie color palette CSS
/* CSS */
.color-1 {
color: #f8e5b4;
}
.color-2 {
color: #eedc9b;
}
.color-3 {
color: #d5c67b;
}
.color-4 {
color: #c2b76b;
}
.color-5 {
color: #a69a5e;
}
/* CSS Variables */
:root {
--color-1: #f8e5b4;
--color-2: #eedc9b;
--color-3: #d5c67b;
--color-4: #c2b76b;
--color-5: #a69a5e;
}
🌈 Pure Vanilla Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5b4, #eedc9b, #d5c67b, #c2b76b, #a69a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5b4, #eedc9b, #d5c67b, #c2b76b, #a69a5e);
}
🔗 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 .