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