Color names in this palette
CSS code for this palette
/* CSS */
.pixel-bleeding {
color: #b30021;
}
.red-peppercorn {
color: #c92c41;
}
.sugar-poppy {
color: #e37d83;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.star-shine {
color: #f7f8e2;
}
/* CSS Variables */
:root {
--pixel-bleeding:#b30021;
--red-peppercorn:#c92c41;
--sugar-poppy:#e37d83;
--solar-plexus-chakra:#f1c84b;
--star-shine:#f7f8e2;
}