Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.e-honda-beige {
color: #f9d780;
}
.turtle-lake {
color: #73b5a6;
}
.boat-house {
color: #4f8cba;
}
.spirit-warrior {
color: #d5503f;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--e-honda-beige:#f9d780;
--turtle-lake:#73b5a6;
--boat-house:#4f8cba;
--spirit-warrior:#d5503f;
}