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