Paleta de colores Shades of Teal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Teal palette
CSS de la paleta de colores Shades of Teal
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #a6c5bc;
}
.color-4 {
color: #2d7d8b;
}
.color-5 {
color: #3b5b9b;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f4d35d;
--color-3: #a6c5bc;
--color-4: #2d7d8b;
--color-5: #3b5b9b;
}
CSS del degradado de fondo Shades of Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f4d35d, #a6c5bc, #2d7d8b, #3b5b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f4d35d, #a6c5bc, #2d7d8b, #3b5b9b);
}
Paletas de colores similares
Shades of Teal color palette created on .