Paleta de colores Autumn Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn Ember

/* CSS */
.color-1 {
color: #ad6800;
}
.color-2 {
color: #c68a2f;
}
.color-3 {
color: #f1a950;
}
.color-4 {
color: #f4d48a;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ad6800;
--color-2: #c68a2f;
--color-3: #f1a950;
--color-4: #f4d48a;
--color-5: #000000;
}

CSS del degradado de fondo Autumn Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad6800, #c68a2f, #f1a950, #f4d48a, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad6800, #c68a2f, #f1a950, #f4d48a, #000000);
}

Autumn Ember color palette created on .