Paleta de colores Teal Dinosaur
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Dinosaur palette
CSS de la paleta de colores Teal Dinosaur
/* CSS */
.color-1 {
color: #86c1c1;
}
.color-2 {
color: #509b91;
}
.color-3 {
color: #e2e28d;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #c35f37;
}
/* CSS Variables */
:root {
--color-1: #86c1c1;
--color-2: #509b91;
--color-3: #e2e28d;
--color-4: #f9d86c;
--color-5: #c35f37;
}
CSS del degradado de fondo Teal Dinosaur
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #86c1c1, #509b91, #e2e28d, #f9d86c, #c35f37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #86c1c1, #509b91, #e2e28d, #f9d86c, #c35f37);
}
Paletas de colores similares
Teal Dinosaur color palette created on .