Paleta de colores Sunset Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Embrace

/* CSS */
.color-1 {
color: #ff8161;
}
.color-2 {
color: #feb47c;
}
.color-3 {
color: #ffcd75;
}
.color-4 {
color: #ffda85;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ff8161;
--color-2: #feb47c;
--color-3: #ffcd75;
--color-4: #ffda85;
--color-5: #ffd900;
}

CSS del degradado de fondo Sunset Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8161, #feb47c, #ffcd75, #ffda85, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8161, #feb47c, #ffcd75, #ffda85, #ffd900);
}

Sunset Embrace color palette created on .