Autumn Delight Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Autumn Delight palette
tavolozza dei colori Autumn Delight CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d77d3c;
}
.color-3 {
color: #f99f3e;
}
.color-4 {
color: #f4c543;
}
.color-5 {
color: #e6b000;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d77d3c;
--color-3: #f99f3e;
--color-4: #f4c543;
--color-5: #e6b000;
}
CSS con gradiente di sfondo Autumn Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d77d3c, #f99f3e, #f4c543, #e6b000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d77d3c, #f99f3e, #f4c543, #e6b000);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Autunno
Autumn Delight color palette created on .