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: #2a7b8d;
}
.color-2 {
color: #5bc8c5;
}
.color-3 {
color: #8ef6df;
}
.color-4 {
color: #f9b89a;
}
.color-5 {
color: #e6695b;
}

/* CSS Variables */
:root {
--color-1: #2a7b8d;
--color-2: #5bc8c5;
--color-3: #8ef6df;
--color-4: #f9b89a;
--color-5: #e6695b;
}

CSS del degradado de fondo Teal Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a7b8d, #5bc8c5, #8ef6df, #f9b89a, #e6695b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a7b8d, #5bc8c5, #8ef6df, #f9b89a, #e6695b);
}

Teal Sunset color palette created on .