Paleta de colores Autumn Ember Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Ember Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn Ember Serenade

/* CSS */
.color-1 {
color: #ffa07a;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d75d2d;
}
.color-4 {
color: #c04d1b;
}
.color-5 {
color: #a62b2b;
}

/* CSS Variables */
:root {
--color-1: #ffa07a;
--color-2: #ff6e61;
--color-3: #d75d2d;
--color-4: #c04d1b;
--color-5: #a62b2b;
}

CSS del degradado de fondo Autumn Ember Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa07a, #ff6e61, #d75d2d, #c04d1b, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa07a, #ff6e61, #d75d2d, #c04d1b, #a62b2b);
}

Autumn Ember Serenade color palette created on .