Paleta de colores Sunset Boulevard Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Boulevard Blush palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Boulevard Blush

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff4d7f;
}
.color-3 {
color: #ff3d7e;
}
.color-4 {
color: #ff2e6d;
}
.color-5 {
color: #ff1a57;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff4d7f;
--color-3: #ff3d7e;
--color-4: #ff2e6d;
--color-5: #ff1a57;
}

CSS del degradado de fondo Sunset Boulevard Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff4d7f, #ff3d7e, #ff2e6d, #ff1a57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff4d7f, #ff3d7e, #ff2e6d, #ff1a57);
}

Sunset Boulevard Blush color palette created on .