Pure Sand Color Palette
Discover the beautiful Pure Sand color palette featuring solitaire (#fef7eb), half spanish white (#fef1e3), bleach white (#fde8d5), astra (#fcdfc6) and apricot peach (#fbd6bc).
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 Sand palette
💻 Pure Sand color palette CSS
/* CSS */
.color-1 {
color: #fef7eb;
}
.color-2 {
color: #fef1e3;
}
.color-3 {
color: #fde8d5;
}
.color-4 {
color: #fcdfc6;
}
.color-5 {
color: #fbd6bc;
}
/* CSS Variables */
:root {
--color-1: #fef7eb;
--color-2: #fef1e3;
--color-3: #fde8d5;
--color-4: #fcdfc6;
--color-5: #fbd6bc;
} 🌈 Pure Sand background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef7eb, #fef1e3, #fde8d5, #fcdfc6, #fbd6bc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef7eb, #fef1e3, #fde8d5, #fcdfc6, #fbd6bc);
} 🔗 Explore similar color palettes
Pure Sand color palette created on .