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