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