Teal Sunshine Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Teal Sunshine palette
tavolozza dei colori Teal Sunshine CSS
/* CSS */
.color-1 {
color: #1cc9d9;
}
.color-2 {
color: #20b4d5;
}
.color-3 {
color: #5b89be;
}
.color-4 {
color: #f6d13c;
}
.color-5 {
color: #ee2f2f;
}
/* CSS Variables */
:root {
--color-1: #1cc9d9;
--color-2: #20b4d5;
--color-3: #5b89be;
--color-4: #f6d13c;
--color-5: #ee2f2f;
}
CSS con gradiente di sfondo Teal Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1cc9d9, #20b4d5, #5b89be, #f6d13c, #ee2f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1cc9d9, #20b4d5, #5b89be, #f6d13c, #ee2f2f);
}
Tavolozze di colori simili
Teal Sunshine color palette created on .