Color names in this palette
CSS code for this palette
/* CSS */
.bluish-purple-anemone {
color: #5d6cc0;
}
.guilliman-blue {
color: #7197e5;
}
.baby-blue-eyes {
color: #a2c5f1;
}
.gentle-glow {
color: #f7e7bb;
}
.orange-pospsicle {
color: #f4a60b;
}
/* CSS Variables */
:root {
--bluish-purple-anemone:#5d6cc0;
--guilliman-blue:#7197e5;
--baby-blue-eyes:#a2c5f1;
--gentle-glow:#f7e7bb;
--orange-pospsicle:#f4a60b;
}