Sandy Serenity Color Palette
Discover the beautiful Sandy Serenity color palette featuring tan (#d3b58d), twine (#c39969), laser (#c8b679), putty (#e8c79b) and primrose (#f1e9a2).
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 Sandy Serenity palette
💻 Sandy Serenity color palette CSS
/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #c39969;
}
.color-3 {
color: #c8b679;
}
.color-4 {
color: #e8c79b;
}
.color-5 {
color: #f1e9a2;
}
/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #c39969;
--color-3: #c8b679;
--color-4: #e8c79b;
--color-5: #f1e9a2;
} 🌈 Sandy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #c39969, #c8b679, #e8c79b, #f1e9a2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #c39969, #c8b679, #e8c79b, #f1e9a2);
} 🔗 Explore similar color palettes
Sandy Serenity color palette created on .