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: #4b9db4;
}
.color-2 {
color: #70c2b4;
}
.color-3 {
color: #b0e3e1;
}
.color-4 {
color: #f9d36c;
}
.color-5 {
color: #f78d1d;
}
/* CSS Variables */
:root {
--color-1: #4b9db4;
--color-2: #70c2b4;
--color-3: #b0e3e1;
--color-4: #f9d36c;
--color-5: #f78d1d;
}
CSS con gradiente di sfondo Teal Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9db4, #70c2b4, #b0e3e1, #f9d36c, #f78d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9db4, #70c2b4, #b0e3e1, #f9d36c, #f78d1d);
}
Tavolozze di colori simili
Teal Sunshine color palette created on .