Surf Green Serenity Color Palette
Discover the beautiful Surf Green Serenity color palette featuring sinbad (#a4d5d4), bermuda (#7bdbb6), ocean green (#409c8c), green pea (#1b695c) and gray asparagus (#3b4e42).
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 Surf Green Serenity palette
💻 Surf Green Serenity color palette CSS
/* CSS */
.color-1 {
color: #a4d5d4;
}
.color-2 {
color: #7bdbb6;
}
.color-3 {
color: #409c8c;
}
.color-4 {
color: #1b695c;
}
.color-5 {
color: #3b4e42;
}
/* CSS Variables */
:root {
--color-1: #a4d5d4;
--color-2: #7bdbb6;
--color-3: #409c8c;
--color-4: #1b695c;
--color-5: #3b4e42;
} 🌈 Surf Green Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5d4, #7bdbb6, #409c8c, #1b695c, #3b4e42);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5d4, #7bdbb6, #409c8c, #1b695c, #3b4e42);
} 🔗 Explore similar color palettes
Surf Green Serenity color palette created on .