Paleta de colores Blushing Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Sunset

/* CSS */
.color-1 {
color: #ffb1ad;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ff7c6b;
}
.color-4 {
color: #ff5e4d;
}
.color-5 {
color: #ff382e;
}

/* CSS Variables */
:root {
--color-1: #ffb1ad;
--color-2: #ff998a;
--color-3: #ff7c6b;
--color-4: #ff5e4d;
--color-5: #ff382e;
}

CSS del degradado de fondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb1ad, #ff998a, #ff7c6b, #ff5e4d, #ff382e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb1ad, #ff998a, #ff7c6b, #ff5e4d, #ff382e);
}

Blushing Sunset color palette created on .