Color names in this palette
CSS code for this palette
/* CSS */
.cymophane-yellow {
color: #f3e5a5;
}
.shrimp-toast {
color: #f7c6a1;
}
.rogue-pink {
color: #f9a9c1;
}
.changeling-pink {
color: #f5a8d1;
}
.dream-land {
color: #e6b1e7;
}
/* CSS Variables */
:root {
--cymophane-yellow:#f3e5a5;
--shrimp-toast:#f7c6a1;
--rogue-pink:#f9a9c1;
--changeling-pink:#f5a8d1;
--dream-land:#e6b1e7;
}