Cypress Terrace Color Palette
Discover the beautiful Cypress Terrace color palette featuring como (#4f7d6b), spring rain (#9fc6a3), double spanish white (#e5e1b8), sandy brown (#f6a26a) and fuzzy wuzzy brown (#c75b4d).
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 Cypress Terrace palette
💻 Cypress Terrace color palette CSS
/* CSS */
.color-1 {
color: #4f7d6b;
}
.color-2 {
color: #9fc6a3;
}
.color-3 {
color: #e5e1b8;
}
.color-4 {
color: #f6a26a;
}
.color-5 {
color: #c75b4d;
}
/* CSS Variables */
:root {
--color-1: #4f7d6b;
--color-2: #9fc6a3;
--color-3: #e5e1b8;
--color-4: #f6a26a;
--color-5: #c75b4d;
}
🌈 Cypress Terrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d6b, #9fc6a3, #e5e1b8, #f6a26a, #c75b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d6b, #9fc6a3, #e5e1b8, #f6a26a, #c75b4d);
}
🔗 Explore similar color palettes
Cypress Terrace color palette created on .