Shades of Teal Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Teal palette
tavolozza dei colori Shades of Teal CSS
/* CSS */
.color-1 {
color: #609d9f;
}
.color-2 {
color: #8fbc8f;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #ffa07a;
}
.color-5 {
color: #ff6347;
}
/* CSS Variables */
:root {
--color-1: #609d9f;
--color-2: #8fbc8f;
--color-3: #ffec3d;
--color-4: #ffa07a;
--color-5: #ff6347;
}
CSS con gradiente di sfondo Shades of Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #609d9f, #8fbc8f, #ffec3d, #ffa07a, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #609d9f, #8fbc8f, #ffec3d, #ffa07a, #ff6347);
}
Tavolozze di colori simili
Shades of Teal color palette created on .