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: #6fc3a0;
}
.color-2 {
color: #ff8175;
}
.color-3 {
color: #81d0fd;
}
.color-4 {
color: #ff426e;
}
.color-5 {
color: #b7571f;
}
/* CSS Variables */
:root {
--color-1: #6fc3a0;
--color-2: #ff8175;
--color-3: #81d0fd;
--color-4: #ff426e;
--color-5: #b7571f;
}
CSS con gradiente di sfondo Shades of Teal and Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fc3a0, #ff8175, #81d0fd, #ff426e, #b7571f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fc3a0, #ff8175, #81d0fd, #ff426e, #b7571f);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 700+ tavolozzas di colori Estetico
Shades of Teal and Coral color palette created on .