Serene Waters and Sunlit Sands Color Palette
Discover the beautiful Serene Waters and Sunlit Sands color palette featuring ship cove (#6b91b3), nepal (#8eb3c2), powder blue (#b2e0e6), manhattan (#f4b8a4) and marzipan (#f9d59a).
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 Serene Waters and Sunlit Sands palette
💻 Serene Waters and Sunlit Sands color palette CSS
/* CSS */
.color-1 {
color: #6b91b3;
}
.color-2 {
color: #8eb3c2;
}
.color-3 {
color: #b2e0e6;
}
.color-4 {
color: #f4b8a4;
}
.color-5 {
color: #f9d59a;
}
/* CSS Variables */
:root {
--color-1: #6b91b3;
--color-2: #8eb3c2;
--color-3: #b2e0e6;
--color-4: #f4b8a4;
--color-5: #f9d59a;
} 🌈 Serene Waters and Sunlit Sands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b91b3, #8eb3c2, #b2e0e6, #f4b8a4, #f9d59a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b91b3, #8eb3c2, #b2e0e6, #f4b8a4, #f9d59a);
} 🔗 Explore similar color palettes
Serene Waters and Sunlit Sands color palette created on .