Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f7a6c0;
}
.golden-glow {
color: #f9d57b;
}
.overtone {
color: #a3e6b4;
}
.sanctuary-spa {
color: #6bb1e6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rogue-pink:#f7a6c0;
--golden-glow:#f9d57b;
--overtone:#a3e6b4;
--sanctuary-spa:#6bb1e6;
--grapefruit-pulp:#ff6e61;
}