Paleta de colores Sunset Ascendance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Ascendance palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Ascendance

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9b80;
}
.color-3 {
color: #ffb699;
}
.color-4 {
color: #ffcba8;
}
.color-5 {
color: #ffd5c2;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9b80;
--color-3: #ffb699;
--color-4: #ffcba8;
--color-5: #ffd5c2;
}

CSS del degradado de fondo Sunset Ascendance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9b80, #ffb699, #ffcba8, #ffd5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9b80, #ffb699, #ffcba8, #ffd5c2);
}

Sunset Ascendance color palette created on .