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