Autumn Reflections Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Reflections palette

Condividi questa palette a:

tavolozza dei colori Autumn Reflections CSS

/* 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 con gradiente di sfondo 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 .