Pink Sands Color Palette
Discover the beautiful Pink Sands color palette featuring sidecar (#f3e5b4), harvest gold (#e0a66c), japonica (#d56b53), tapestry (#b95f8b) and plum (#8c3b7b).
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 Pink Sands palette
💻 Pink Sands color palette CSS
/* CSS */
.color-1 {
color: #f3e5b4;
}
.color-2 {
color: #e0a66c;
}
.color-3 {
color: #d56b53;
}
.color-4 {
color: #b95f8b;
}
.color-5 {
color: #8c3b7b;
}
/* CSS Variables */
:root {
--color-1: #f3e5b4;
--color-2: #e0a66c;
--color-3: #d56b53;
--color-4: #b95f8b;
--color-5: #8c3b7b;
}
🌈 Pink Sands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5b4, #e0a66c, #d56b53, #b95f8b, #8c3b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5b4, #e0a66c, #d56b53, #b95f8b, #8c3b7b);
}
🔗 Explore similar color palettes
Pink Sands color palette created on .