Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.mandys-pink {
color: #f5b399;
}
.saffron-gold {
color: #f48d06;
}
.orange-gluttony {
color: #e77e23;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--mandys-pink:#f5b399;
--saffron-gold:#f48d06;
--orange-gluttony:#e77e23;
--vampire-red:#d63f2e;
}