Pure Sand Color Palette
Discover the beautiful Pure Sand color palette featuring spring wood (#f7f3ee), dawn pink (#f4ede7), dawn pink (#f0e7e0), bizarre (#ede1d9) and bizarre (#ebddd5).
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: #f7f3ee;
}
.color-2 {
color: #f4ede7;
}
.color-3 {
color: #f0e7e0;
}
.color-4 {
color: #ede1d9;
}
.color-5 {
color: #ebddd5;
}
/* CSS Variables */
:root {
--color-1: #f7f3ee;
--color-2: #f4ede7;
--color-3: #f0e7e0;
--color-4: #ede1d9;
--color-5: #ebddd5;
} 🌈 Pure Sand background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f3ee, #f4ede7, #f0e7e0, #ede1d9, #ebddd5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f3ee, #f4ede7, #f0e7e0, #ede1d9, #ebddd5);
} 🔗 Explore similar color palettes
Pure Sand color palette created on .