Teal and Grayish Blue Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Teal and Grayish Blue palette
tavolozza dei colori Teal and Grayish Blue CSS
/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #007a6c;
}
.color-3 {
color: #455a63;
}
.color-4 {
color: #b3dfdc;
}
.color-5 {
color: #795649;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #007a6c;
--color-3: #455a63;
--color-4: #b3dfdc;
--color-5: #795649;
}
CSS con gradiente di sfondo Teal and Grayish Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #007a6c, #455a63, #b3dfdc, #795649);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #007a6c, #455a63, #b3dfdc, #795649);
}
Tavolozze di colori simili
Teal and Grayish Blue color palette created on .