Cype Color Palette
Discover the beautiful Cype color palette featuring patina (#5a8c7b), acapulco (#79b4a1), sinbad (#a4dac8), ecru white (#f2f6ea) and porsche (#e3a55f).
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 Cype palette
💻 Cype color palette CSS
/* CSS */
.color-1 {
color: #5a8c7b;
}
.color-2 {
color: #79b4a1;
}
.color-3 {
color: #a4dac8;
}
.color-4 {
color: #f2f6ea;
}
.color-5 {
color: #e3a55f;
}
/* CSS Variables */
:root {
--color-1: #5a8c7b;
--color-2: #79b4a1;
--color-3: #a4dac8;
--color-4: #f2f6ea;
--color-5: #e3a55f;
} 🌈 Cype background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c7b, #79b4a1, #a4dac8, #f2f6ea, #e3a55f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c7b, #79b4a1, #a4dac8, #f2f6ea, #e3a55f);
} 🔗 Explore similar color palettes
Cype color palette created on .