Paleta de colores Teal Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Sunrise palette
CSS de la paleta de colores Teal Sunrise
/* CSS */
.color-1 {
color: #35b1a0;
}
.color-2 {
color: #80e0d5;
}
.color-3 {
color: #f0e7d1;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #35b1a0;
--color-2: #80e0d5;
--color-3: #f0e7d1;
--color-4: #ffb84d;
--color-5: #ff6e61;
}
CSS del degradado de fondo Teal Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #35b1a0, #80e0d5, #f0e7d1, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #35b1a0, #80e0d5, #f0e7d1, #ffb84d, #ff6e61);
}
Paletas de colores similares
Teal Sunrise color palette created on .