Color names in this palette
CSS code for this palette
/* CSS */
.cockscomb-red {
color: #b9507c;
}
.elastic-pink {
color: #f0a3c7;
}
.sandy {
color: #f3d77c;
}
.overgrowth {
color: #8aca2b;
}
.neptune-blue {
color: #2e5c99;
}
/* CSS Variables */
:root {
--cockscomb-red:#b9507c;
--elastic-pink:#f0a3c7;
--sandy:#f3d77c;
--overgrowth:#8aca2b;
--neptune-blue:#2e5c99;
}