Color names in this palette
CSS code for this palette
/* CSS */
.blue-fire {
color: #00a8e0;
}
.first-post {
color: #2bbf9d;
}
.lime-lizard {
color: #a3d55d;
}
.yellow-petal {
color: #f1e94b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-fire:#00a8e0;
--first-post:#2bbf9d;
--lime-lizard:#a3d55d;
--yellow-petal:#f1e94b;
--grapefruit-pulp:#ff6e61;
}