Pure Vanilla Cookie Color Palette
Discover the beautiful Pure Vanilla Cookie color palette featuring sidecar (#f5e6c1), wheat (#f3d8af), mandys pink (#f0c09e), sandy brown (#f0a26a) and red damask (#e07b38).
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: #f5e6c1;
}
.color-2 {
color: #f3d8af;
}
.color-3 {
color: #f0c09e;
}
.color-4 {
color: #f0a26a;
}
.color-5 {
color: #e07b38;
}
/* CSS Variables */
:root {
--color-1: #f5e6c1;
--color-2: #f3d8af;
--color-3: #f0c09e;
--color-4: #f0a26a;
--color-5: #e07b38;
} 🌈 Pure Vanilla Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6c1, #f3d8af, #f0c09e, #f0a26a, #e07b38);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6c1, #f3d8af, #f0c09e, #f0a26a, #e07b38);
} 🔗 Explore similar color palettes
Pure Vanilla Cookie color palette created on .