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: #a4dad6;
}
.color-2 {
color: #f5b4b2;
}
.color-3 {
color: #f6e579;
}
.color-4 {
color: #fbcf4b;
}
.color-5 {
color: #ebaf8e;
}

/* CSS Variables */
:root {
--color-1: #a4dad6;
--color-2: #f5b4b2;
--color-3: #f6e579;
--color-4: #fbcf4b;
--color-5: #ebaf8e;
}

CSS del degradado de fondo Teal Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dad6, #f5b4b2, #f6e579, #fbcf4b, #ebaf8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dad6, #f5b4b2, #f6e579, #fbcf4b, #ebaf8e);
}

Teal Sunset color palette created on .