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