Paleta de colores Autumn Citrus Burst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Citrus Burst palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn Citrus Burst

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffbb33;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #ffe6a8;
}
.color-5 {
color: #fff9e5;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffbb33;
--color-3: #ffda6b;
--color-4: #ffe6a8;
--color-5: #fff9e5;
}

CSS del degradado de fondo Autumn Citrus Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffbb33, #ffda6b, #ffe6a8, #fff9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffbb33, #ffda6b, #ffe6a8, #fff9e5);
}

Autumn Citrus Burst color palette created on .