Sandy Sunset Serenade Color Palette
Discover the beautiful Sandy Sunset Serenade color palette featuring cashmere (#e6c8a8), wheat (#f2d7ab), janna (#f2e5ca), cashmere (#e7b99c) and my pink (#d68a8a).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBeach, Warm, Soft, Light color palettes and combinations.
💡 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 Sunset Serenade palette
💻 Sandy Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #e6c8a8;
}
.color-2 {
color: #f2d7ab;
}
.color-3 {
color: #f2e5ca;
}
.color-4 {
color: #e7b99c;
}
.color-5 {
color: #d68a8a;
}
/* CSS Variables */
:root {
--color-1: #e6c8a8;
--color-2: #f2d7ab;
--color-3: #f2e5ca;
--color-4: #e7b99c;
--color-5: #d68a8a;
} 🌈 Sandy Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6c8a8, #f2d7ab, #f2e5ca, #e7b99c, #d68a8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6c8a8, #f2d7ab, #f2e5ca, #e7b99c, #d68a8a);
} 🔗 Explore similar color palettes
Sandy Sunset Serenade color palette created on .