Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c6e7;
}
.fulgrim-pink {
color: #f2b1d1;
}
.havana-cream {
color: #f9e6c3;
}
.basil-smash {
color: #b5e2a1;
}
.meat {
color: #f07f7f;
}
/* CSS Variables */
:root {
--island-light:#a7c6e7;
--fulgrim-pink:#f2b1d1;
--havana-cream:#f9e6c3;
--basil-smash:#b5e2a1;
--meat:#f07f7f;
}