Teal Sunset Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Teal Sunset palette
tavolozza dei colori Teal Sunset CSS
/* CSS */
.color-1 {
color: #1e7b7b;
}
.color-2 {
color: #4cb8b8;
}
.color-3 {
color: #82d4d4;
}
.color-4 {
color: #f1e08e;
}
.color-5 {
color: #ff6e42;
}
/* CSS Variables */
:root {
--color-1: #1e7b7b;
--color-2: #4cb8b8;
--color-3: #82d4d4;
--color-4: #f1e08e;
--color-5: #ff6e42;
}
CSS con gradiente di sfondo Teal Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7b7b, #4cb8b8, #82d4d4, #f1e08e, #ff6e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7b7b, #4cb8b8, #82d4d4, #f1e08e, #ff6e42);
}
Tavolozze di colori simili
Teal Sunset color palette created on .