Paleta de colores Sunset Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Shades

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b059;
}
.color-3 {
color: #ffd1b3;
}
.color-4 {
color: #b1e0e7;
}
.color-5 {
color: #6a5bcd;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b059;
--color-3: #ffd1b3;
--color-4: #b1e0e7;
--color-5: #6a5bcd;
}

CSS del degradado de fondo Sunset Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b059, #ffd1b3, #b1e0e7, #6a5bcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b059, #ffd1b3, #b1e0e7, #6a5bcd);
}

Sunset Shades color palette created on .