Paleta de colores Autumn Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn Embrace

/* CSS */
.color-1 {
color: #d85b18;
}
.color-2 {
color: #e7a37e;
}
.color-3 {
color: #c1b9a4;
}
.color-4 {
color: #7d9b6f;
}
.color-5 {
color: #a74d2a;
}

/* CSS Variables */
:root {
--color-1: #d85b18;
--color-2: #e7a37e;
--color-3: #c1b9a4;
--color-4: #7d9b6f;
--color-5: #a74d2a;
}

CSS del degradado de fondo Autumn Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85b18, #e7a37e, #c1b9a4, #7d9b6f, #a74d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85b18, #e7a37e, #c1b9a4, #7d9b6f, #a74d2a);
}

Autumn Embrace color palette created on .