Color names in this palette
CSS code for this palette
/* CSS */
.neon-boneyard {
color: #e0c4f3;
}
.perano {
color: #a7b8e7;
}
.blue-oyster-cult {
color: #4b7bec;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--neon-boneyard:#e0c4f3;
--perano:#a7b8e7;
--blue-oyster-cult:#4b7bec;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}