Falcon's Harvest Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Falcon's Harvest palette
tavolozza dei colori Falcon's Harvest CSS
/* CSS */
.color-1 {
color: #5a804d;
}
.color-2 {
color: #a1b94b;
}
.color-3 {
color: #d1bf4d;
}
.color-4 {
color: #e8a63b;
}
.color-5 {
color: #d67a3d;
}
/* CSS Variables */
:root {
--color-1: #5a804d;
--color-2: #a1b94b;
--color-3: #d1bf4d;
--color-4: #e8a63b;
--color-5: #d67a3d;
}
CSS con gradiente di sfondo Falcon's Harvest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a804d, #a1b94b, #d1bf4d, #e8a63b, #d67a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a804d, #a1b94b, #d1bf4d, #e8a63b, #d67a3d);
}
Tavolozze di colori simili
Falcon's Harvest color palette created on .