Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.squash-blossom {
color: #f6b83c;
}
.durotar-fire {
color: #f05a28;
}
.vampire-red {
color: #d83c31;
}
.castlevania-heart {
color: #a30026;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--squash-blossom:#f6b83c;
--durotar-fire:#f05a28;
--vampire-red:#d83c31;
--castlevania-heart:#a30026;
}