Paleta de colores Sunset Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Blossom

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a57;
}
.color-3 {
color: #fff5e0;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #ff3d3d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a57;
--color-3: #fff5e0;
--color-4: #ffcc80;
--color-5: #ff3d3d;
}

CSS del degradado de fondo Sunset Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a57, #fff5e0, #ffcc80, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a57, #fff5e0, #ffcc80, #ff3d3d);
}

Sunset Blossom color palette created on .