Color names in this palette
CSS code for this palette
/* CSS */
.blue-oyster-cult {
color: #4b7bec;
}
.blue-mana {
color: #68b7f3;
}
.gas-giant {
color: #94e2f5;
}
.yellow-petal {
color: #f3e84f;
}
.poppy-glow {
color: #f18b4b;
}
/* CSS Variables */
:root {
--blue-oyster-cult:#4b7bec;
--blue-mana:#68b7f3;
--gas-giant:#94e2f5;
--yellow-petal:#f3e84f;
--poppy-glow:#f18b4b;
}