Color names in this palette
CSS code for this palette
/* CSS */
.ake-blood {
color: #d33b27;
}
.calabrese {
color: #f1a7a2;
}
.e-honda-beige {
color: #f7d87e;
}
.frugal {
color: #a2d8b0;
}
.star-sapphire {
color: #406ba0;
}
/* CSS Variables */
:root {
--ake-blood:#d33b27;
--calabrese:#f1a7a2;
--e-honda-beige:#f7d87e;
--frugal:#a2d8b0;
--star-sapphire:#406ba0;
}