Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c6a2;
}
.pink-marshmallow {
color: #f5b8d1;
}
.elastic-pink {
color: #f1a2c8;
}
.friendly-yellow {
color: #f6e2b1;
}
.koji-orange {
color: #f1af4b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c6a2;
--pink-marshmallow:#f5b8d1;
--elastic-pink:#f1a2c8;
--friendly-yellow:#f6e2b1;
--koji-orange:#f1af4b;
}