Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-haze {
color: #db871a;
}
.lemon-essence {
color: #e1af4c;
}
.waffle-cone {
color: #e6c97a;
}
.paccheri {
color: #ecddac;
}
.bloodletter {
color: #e27450;
}
/* CSS Variables */
:root {
--tangerine-haze:#db871a;
--lemon-essence:#e1af4c;
--waffle-cone:#e6c97a;
--paccheri:#ecddac;
--bloodletter:#e27450;
}