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: #f9d7c8;
}
.color-2 {
color: #f8b4a5;
}
.color-3 {
color: #f19c88;
}
.color-4 {
color: #e27760;
}
.color-5 {
color: #d0544e;
}

/* CSS Variables */
:root {
--color-1: #f9d7c8;
--color-2: #f8b4a5;
--color-3: #f19c88;
--color-4: #e27760;
--color-5: #d0544e;
}

CSS del degradado de fondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d7c8, #f8b4a5, #f19c88, #e27760, #d0544e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d7c8, #f8b4a5, #f19c88, #e27760, #d0544e);
}

Blushing Sunset color palette created on .