Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #da3d34;
}
.breeze-of-chilli {
color: #f76e6e;
}
.corally {
color: #f9a89f;
}
.hawkbit {
color: #ffdc6b;
}
.orange-yellow {
color: #ffb914;
}
/* CSS Variables */
:root {
--vampire-red:#da3d34;
--breeze-of-chilli:#f76e6e;
--corally:#f9a89f;
--hawkbit:#ffdc6b;
--orange-yellow:#ffb914;
}