Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.olympic-blue {
color: #4b91e2;
}
.quince-jelly {
color: #f28f2c;
}
.first-post {
color: #34b7a1;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--olympic-blue:#4b91e2;
--quince-jelly:#f28f2c;
--first-post:#34b7a1;
--poppy-red:#e63746;
}