Paleta de colores Teal Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Sunset

/* CSS */
.color-1 {
color: #007780;
}
.color-2 {
color: #ff4d4d;
}
.color-3 {
color: #ff7a7a;
}
.color-4 {
color: #ffb442;
}
.color-5 {
color: #f5df3d;
}

/* CSS Variables */
:root {
--color-1: #007780;
--color-2: #ff4d4d;
--color-3: #ff7a7a;
--color-4: #ffb442;
--color-5: #f5df3d;
}

CSS del degradado de fondo Teal Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007780, #ff4d4d, #ff7a7a, #ffb442, #f5df3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007780, #ff4d4d, #ff7a7a, #ffb442, #f5df3d);
}

Teal Sunset color palette created on .