Paleta de colores Autumn Reflections

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Reflections palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn Reflections

/* CSS */
.color-1 {
color: #c76d4d;
}
.color-2 {
color: #d68b5c;
}
.color-3 {
color: #e4a26c;
}
.color-4 {
color: #f9c16c;
}
.color-5 {
color: #fcd2ab;
}

/* CSS Variables */
:root {
--color-1: #c76d4d;
--color-2: #d68b5c;
--color-3: #e4a26c;
--color-4: #f9c16c;
--color-5: #fcd2ab;
}

CSS del degradado de fondo Autumn Reflections

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c76d4d, #d68b5c, #e4a26c, #f9c16c, #fcd2ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c76d4d, #d68b5c, #e4a26c, #f9c16c, #fcd2ab);
}

Autumn Reflections color palette created on .