Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.martica {
color: #f4e4b8;
}
.basil-smash {
color: #b8e2a2;
}
.windsor-way {
color: #a2c7e7;
}
.shrimp-toast {
color: #f7c5a1;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--martica:#f4e4b8;
--basil-smash:#b8e2a2;
--windsor-way:#a2c7e7;
--shrimp-toast:#f7c5a1;
}