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: #ff4d4f;
}
.color-2 {
color: #ff6b66;
}
.color-3 {
color: #ff9c8f;
}
.color-4 {
color: #ffb9a3;
}
.color-5 {
color: #f4d7da;
}

/* CSS Variables */
:root {
--color-1: #ff4d4f;
--color-2: #ff6b66;
--color-3: #ff9c8f;
--color-4: #ffb9a3;
--color-5: #f4d7da;
}

CSS del degradado de fondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4f, #ff6b66, #ff9c8f, #ffb9a3, #f4d7da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4f, #ff6b66, #ff9c8f, #ffb9a3, #f4d7da);
}

Blushing Sunset color palette created on .