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