CSS code for this palette
/* CSS */
.royal-pine {
color: #3a5f5c;
}
.beau-monde {
color: #7cb1a2;
}
.sinbad {
color: #a7d7cf;
}
.bone-white {
color: #f2e0b1;
}
.poppy-glow {
color: #f28a4a;
}
/* CSS Variables */
:root {
--royal-pine:#3a5f5c;
--beau-monde:#7cb1a2;
--sinbad:#a7d7cf;
--bone-white:#f2e0b1;
--poppy-glow:#f28a4a;
}