Teto Color Palette
Discover the beautiful Teto color palette featuring calypso (#2d6485), hippie blue (#588fb6), morning glory (#a1ccde), maize (#f4d69f) and froly (#f56579).
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 Teto palette
💻 Teto color palette CSS
/* CSS */
.color-1 {
color: #2d6485;
}
.color-2 {
color: #588fb6;
}
.color-3 {
color: #a1ccde;
}
.color-4 {
color: #f4d69f;
}
.color-5 {
color: #f56579;
}
/* CSS Variables */
:root {
--color-1: #2d6485;
--color-2: #588fb6;
--color-3: #a1ccde;
--color-4: #f4d69f;
--color-5: #f56579;
} 🌈 Teto background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d6485, #588fb6, #a1ccde, #f4d69f, #f56579);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d6485, #588fb6, #a1ccde, #f4d69f, #f56579);
} 🔗 Explore similar color palettes
Teto color palette created on .