Paleta de colores Teal and Grayish Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal and Grayish Blue palette
CSS de la paleta de colores Teal and Grayish Blue
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Teal and Grayish Blue color palette created on .