Color names in this palette
CSS code for this palette
/* CSS */
.starflower-blue {
color: #4e97b1;
}
.candid-blue {
color: #6cc3e5;
}
.photon-barrier {
color: #8ce3f2;
}
.american-yellow {
color: #f5b400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--starflower-blue:#4e97b1;
--candid-blue:#6cc3e5;
--photon-barrier:#8ce3f2;
--american-yellow:#f5b400;
--grapefruit-pulp:#ff6e61;
}