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