Color names in this palette
CSS code for this palette
/* CSS */
.incubation-red {
color: #d71d36;
}
.pickled-salmon {
color: #ff6257;
}
.island-girl {
color: #ffb699;
}
.faded-sunlight {
color: #ffce6b;
}
.gem-turquoise {
color: #4fc1c9;
}
/* CSS Variables */
:root {
--incubation-red:#d71d36;
--pickled-salmon:#ff6257;
--island-girl:#ffb699;
--faded-sunlight:#ffce6b;
--gem-turquoise:#4fc1c9;
}