Teto Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teto palette
Color Inspiration
Images that showcase this color palette in real designs
Download Teto Color Palette (PNG)
Teto color palette CSS
/* CSS */
.color-1 {
color: #2e6385;
}
.color-2 {
color: #588fb6;
}
.color-3 {
color: #a1cbde;
}
.color-4 {
color: #f4d69f;
}
.color-5 {
color: #f56679;
}
/* CSS Variables */
:root {
--color-1: #2e6385;
--color-2: #588fb6;
--color-3: #a1cbde;
--color-4: #f4d69f;
--color-5: #f56679;
}
Teto background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e6385, #588fb6, #a1cbde, #f4d69f, #f56679);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e6385, #588fb6, #a1cbde, #f4d69f, #f56679);
}
Similar color palettes
Teto color palette created on .