Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f9ccb9;
}
.wisley-pink {
color: #f4a499;
}
.hot-calypso {
color: #f7907e;
}
.hot-coral {
color: #f35d58;
}
.akuma {
color: #d82c3a;
}
/* CSS Variables */
:root {
--biscuit-cream:#f9ccb9;
--wisley-pink:#f4a499;
--hot-calypso:#f7907e;
--hot-coral:#f35d58;
--akuma:#d82c3a;
}