Paleta de colores Turquoise and Coral Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Turquoise and Coral Harmony palette
CSS de la paleta de colores Turquoise and Coral Harmony
/* CSS */
.color-1 {
color: #21b5a6;
}
.color-2 {
color: #f5b9b2;
}
.color-3 {
color: #f8e1a5;
}
.color-4 {
color: #f0c3a3;
}
.color-5 {
color: #f57d3d;
}
/* CSS Variables */
:root {
--color-1: #21b5a6;
--color-2: #f5b9b2;
--color-3: #f8e1a5;
--color-4: #f0c3a3;
--color-5: #f57d3d;
}
CSS del degradado de fondo Turquoise and Coral Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #21b5a6, #f5b9b2, #f8e1a5, #f0c3a3, #f57d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #21b5a6, #f5b9b2, #f8e1a5, #f0c3a3, #f57d3d);
}
Paletas de colores similares
Turquoise and Coral Harmony color palette created on .