Sandstone Serenade Color Palette
Discover the beautiful Sandstone Serenade color palette featuring akaroa (#d9cbaf), raffia (#e9d6ba), sidecar (#f5e7c1), champagne (#fbe9d5) and derby (#ffeddb).
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 Sandstone Serenade palette
💻 Sandstone Serenade color palette CSS
/* CSS */
.color-1 {
color: #d9cbaf;
}
.color-2 {
color: #e9d6ba;
}
.color-3 {
color: #f5e7c1;
}
.color-4 {
color: #fbe9d5;
}
.color-5 {
color: #ffeddb;
}
/* CSS Variables */
:root {
--color-1: #d9cbaf;
--color-2: #e9d6ba;
--color-3: #f5e7c1;
--color-4: #fbe9d5;
--color-5: #ffeddb;
} 🌈 Sandstone Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cbaf, #e9d6ba, #f5e7c1, #fbe9d5, #ffeddb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cbaf, #e9d6ba, #f5e7c1, #fbe9d5, #ffeddb);
} 🔗 Explore similar color palettes
Sandstone Serenade color palette created on .