Color names in this palette
CSS code for this palette
/* CSS */
.gentian-flower {
color: #3366ff;
}
.skinny-jeans {
color: #5c8fff;
}
.kitten-s-eye {
color: #8aa9ff;
}
.ice-cold-stare {
color: #b3d1ff;
}
.wizard-white {
color: #e0f0ff;
}
/* CSS Variables */
:root {
--gentian-flower:#3366ff;
--skinny-jeans:#5c8fff;
--kitten-s-eye:#8aa9ff;
--ice-cold-stare:#b3d1ff;
--wizard-white:#e0f0ff;
}