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: #f7b2a1;
}
.color-2 {
color: #f39b8c;
}
.color-3 {
color: #f27954;
}
.color-4 {
color: #e55a34;
}
.color-5 {
color: #c94b3b;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f39b8c;
--color-3: #f27954;
--color-4: #e55a34;
--color-5: #c94b3b;
}

CSS del degradado de fondo Sunset Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f39b8c, #f27954, #e55a34, #c94b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f39b8c, #f27954, #e55a34, #c94b3b);
}

Sunset Embrace color palette created on .