Paleta de colores Autumn's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn's Embrace

/* CSS */
.color-1 {
color: #b87a6b;
}
.color-2 {
color: #daa98b;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #f9e6b9;
}
.color-5 {
color: #f6d1c1;
}

/* CSS Variables */
:root {
--color-1: #b87a6b;
--color-2: #daa98b;
--color-3: #f1c6a7;
--color-4: #f9e6b9;
--color-5: #f6d1c1;
}

CSS del degradado de fondo Autumn's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b87a6b, #daa98b, #f1c6a7, #f9e6b9, #f6d1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b87a6b, #daa98b, #f1c6a7, #f9e6b9, #f6d1c1);
}

Autumn's Embrace color palette created on .