Paleta de colores Spicy Autumn Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Spicy Autumn Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Spicy Autumn Ember

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9838;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #ffbc57;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9838;
--color-3: #ffb84d;
--color-4: #ffcc80;
--color-5: #ffbc57;
}

CSS del degradado de fondo Spicy Autumn Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9838, #ffb84d, #ffcc80, #ffbc57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9838, #ffb84d, #ffcc80, #ffbc57);
}

Spicy Autumn Ember color palette created on .