Color names in this palette
CSS code for this palette
/* CSS */
.blue-raspberry {
color: #0bb9e0;
}
.bianchi-green {
color: #3dd1c8;
}
.screen-glow {
color: #5be6b1;
}
.reindeer-moss {
color: #b6f49f;
}
.chickery-chick {
color: #ffea8f;
}
/* CSS Variables */
:root {
--blue-raspberry:#0bb9e0;
--bianchi-green:#3dd1c8;
--screen-glow:#5be6b1;
--reindeer-moss:#b6f49f;
--chickery-chick:#ffea8f;
}