Paleta de colores Autumnal Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumnal Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Autumnal Glow

/* CSS */
.color-1 {
color: #ff6952;
}
.color-2 {
color: #ff8d5c;
}
.color-3 {
color: #ffa66b;
}
.color-4 {
color: #ffc880;
}
.color-5 {
color: #ffda8a;
}

/* CSS Variables */
:root {
--color-1: #ff6952;
--color-2: #ff8d5c;
--color-3: #ffa66b;
--color-4: #ffc880;
--color-5: #ffda8a;
}

CSS del degradado de fondo Autumnal Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6952, #ff8d5c, #ffa66b, #ffc880, #ffda8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6952, #ff8d5c, #ffa66b, #ffc880, #ffda8a);
}

Autumnal Glow color palette created on .