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: #00bdad;
}
.color-2 {
color: #3fd9c0;
}
.color-3 {
color: #73e8d5;
}
.color-4 {
color: #f1f4e7;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #00bdad;
--color-2: #3fd9c0;
--color-3: #73e8d5;
--color-4: #f1f4e7;
--color-5: #ffcc00;
}
CSS del degradado de fondo Teal Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdad, #3fd9c0, #73e8d5, #f1f4e7, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdad, #3fd9c0, #73e8d5, #f1f4e7, #ffcc00);
}
Paletas de colores similares
Teal Sunrise color palette created on .