Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d22d38;
}
.summer-citrus {
color: #f67d2c;
}
.sunny-mood {
color: #f7c94b;
}
.skirret-green {
color: #49c33c;
}
.sixties-blue {
color: #0079a8;
}
/* CSS Variables */
:root {
--akuma:#d22d38;
--summer-citrus:#f67d2c;
--sunny-mood:#f7c94b;
--skirret-green:#49c33c;
--sixties-blue:#0079a8;
}