Paleta de colores Autumnal Embrace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumnal Embrace palette
Image Gallery
CSS de la paleta de colores Autumnal Embrace
/* CSS */
.color-1 {
color: #bfabb1;
}
.color-2 {
color: #ab867c;
}
.color-3 {
color: #ae6e0f;
}
.color-4 {
color: #7f6057;
}
.color-5 {
color: #7e4c15;
}
/* CSS Variables */
:root {
--color-1: #bfabb1;
--color-2: #ab867c;
--color-3: #ae6e0f;
--color-4: #7f6057;
--color-5: #7e4c15;
}
CSS del degradado de fondo Autumnal Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfabb1, #ab867c, #ae6e0f, #7f6057, #7e4c15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfabb1, #ab867c, #ae6e0f, #7f6057, #7e4c15);
}
Paletas de colores similares
Autumnal Embrace color palette created on .