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: #f4a4b7;
}
.color-2 {
color: #e76e8b;
}
.color-3 {
color: #d34a6d;
}
.color-4 {
color: #c32c55;
}
.color-5 {
color: #a81f3d;
}

/* CSS Variables */
:root {
--color-1: #f4a4b7;
--color-2: #e76e8b;
--color-3: #d34a6d;
--color-4: #c32c55;
--color-5: #a81f3d;
}

CSS del degradado de fondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4b7, #e76e8b, #d34a6d, #c32c55, #a81f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4b7, #e76e8b, #d34a6d, #c32c55, #a81f3d);
}

Blushing Sunset color palette created on .