Color names in this palette
CSS code for this palette
/* CSS */
.husky {
color: #e0e8ff;
}
.night-snow {
color: #a8c5ff;
}
.periwinkle-blue {
color: #7f9df5;
}
.blue-elemental {
color: #4e8bef;
}
.enchanting-sapphire {
color: #286ddc;
}
/* CSS Variables */
:root {
--husky:#e0e8ff;
--night-snow:#a8c5ff;
--periwinkle-blue:#7f9df5;
--blue-elemental:#4e8bef;
--enchanting-sapphire:#286ddc;
}