Paleta de colores Deep Teal Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Deep Teal Elegance palette
CSS de la paleta de colores Deep Teal Elegance
/* CSS */
.color-1 {
color: #007b80;
}
.color-2 {
color: #009987;
}
.color-3 {
color: #00bdad;
}
.color-4 {
color: #19e6d1;
}
.color-5 {
color: #4dffe7;
}
/* CSS Variables */
:root {
--color-1: #007b80;
--color-2: #009987;
--color-3: #00bdad;
--color-4: #19e6d1;
--color-5: #4dffe7;
}
CSS del degradado de fondo Deep Teal Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007b80, #009987, #00bdad, #19e6d1, #4dffe7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007b80, #009987, #00bdad, #19e6d1, #4dffe7);
}
Paletas de colores similares
Deep Teal Elegance color palette created on .