Serenity by the Sea Color Palette
Discover the beautiful Serenity by the Sea color palette featuring ming (#36737d), paradiso (#3a8c8d), tradewind (#65b2b3), sinbad (#9dd5d7) and iceberg (#e0f6f3).
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 Serenity by the Sea palette
💻 Serenity by the Sea color palette CSS
/* CSS */
.color-1 {
color: #36737d;
}
.color-2 {
color: #3a8c8d;
}
.color-3 {
color: #65b2b3;
}
.color-4 {
color: #9dd5d7;
}
.color-5 {
color: #e0f6f3;
}
/* CSS Variables */
:root {
--color-1: #36737d;
--color-2: #3a8c8d;
--color-3: #65b2b3;
--color-4: #9dd5d7;
--color-5: #e0f6f3;
} 🌈 Serenity by the Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #36737d, #3a8c8d, #65b2b3, #9dd5d7, #e0f6f3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #36737d, #3a8c8d, #65b2b3, #9dd5d7, #e0f6f3);
} 🔗 Explore similar color palettes
Serenity by the Sea color palette created on .