Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f9c69f;
}
.calla {
color: #f2e0b5;
}
.glittering-gemstone {
color: #e1c4e3;
}
.fountains-of-budapest {
color: #b7e0f0;
}
.mesa-rose {
color: #f3b4af;
}
/* CSS Variables */
:root {
--shrimp-toast:#f9c69f;
--calla:#f2e0b5;
--glittering-gemstone:#e1c4e3;
--fountains-of-budapest:#b7e0f0;
--mesa-rose:#f3b4af;
}