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: #31a3b4;
}
.color-2 {
color: #a4d5d4;
}
.color-3 {
color: #f2e6d9;
}
.color-4 {
color: #f39b30;
}
.color-5 {
color: #d53d30;
}

/* CSS Variables */
:root {
--color-1: #31a3b4;
--color-2: #a4d5d4;
--color-3: #f2e6d9;
--color-4: #f39b30;
--color-5: #d53d30;
}

CSS del degradado de fondo Teal Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #31a3b4, #a4d5d4, #f2e6d9, #f39b30, #d53d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #31a3b4, #a4d5d4, #f2e6d9, #f39b30, #d53d30);
}

Teal Sunset color palette created on .