Color names in this palette
CSS code for this palette
/* CSS */
.sandy-bay {
color: #f9dab4;
}
.florida-sunrise {
color: #f6aa6f;
}
.oranzhewyi-orange {
color: #f05d38;
}
.crimson-cloud {
color: #c52b3d;
}
.vampirella {
color: #9d2a4c;
}
/* CSS Variables */
:root {
--sandy-bay:#f9dab4;
--florida-sunrise:#f6aa6f;
--oranzhewyi-orange:#f05d38;
--crimson-cloud:#c52b3d;
--vampirella:#9d2a4c;
}