Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.shrimp-toast {
color: #f8c5a0;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.eerie-glow {
color: #a7d7b8;
}
.estuary-blue {
color: #6ea3b4;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--shrimp-toast:#f8c5a0;
--smooth-as-corn-silk:#f4e4b3;
--eerie-glow:#a7d7b8;
--estuary-blue:#6ea3b4;
}