Autumn Spice Delight Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Autumn Spice Delight palette
tavolozza dei colori Autumn Spice Delight CSS
/* CSS */
.color-1 {
color: #d97c30;
}
.color-2 {
color: #e4a35e;
}
.color-3 {
color: #f5c26b;
}
.color-4 {
color: #f9e49a;
}
.color-5 {
color: #f9b19f;
}
/* CSS Variables */
:root {
--color-1: #d97c30;
--color-2: #e4a35e;
--color-3: #f5c26b;
--color-4: #f9e49a;
--color-5: #f9b19f;
}
CSS con gradiente di sfondo Autumn Spice Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97c30, #e4a35e, #f5c26b, #f9e49a, #f9b19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97c30, #e4a35e, #f5c26b, #f9e49a, #f9b19f);
}
Tavolozze di colori simili
Autumn Spice Delight color palette created on .