Blushing Autumn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Autumn palette

Condividi questa palette a:

tavolozza dei colori Blushing Autumn CSS

/* CSS */
.color-1 {
color: #f7cfc5;
}
.color-2 {
color: #f1b0a2;
}
.color-3 {
color: #f4a580;
}
.color-4 {
color: #d8995a;
}
.color-5 {
color: #c17e44;
}

/* CSS Variables */
:root {
--color-1: #f7cfc5;
--color-2: #f1b0a2;
--color-3: #f4a580;
--color-4: #d8995a;
--color-5: #c17e44;
}

CSS con gradiente di sfondo Blushing Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cfc5, #f1b0a2, #f4a580, #d8995a, #c17e44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cfc5, #f1b0a2, #f4a580, #d8995a, #c17e44);
}

Blushing Autumn color palette created on .