Color names in this palette
CSS code for this palette
/* CSS */
.blue-sonki {
color: #4b8cce;
}
.xavier-blue {
color: #6cb4e5;
}
.long-island-sound {
color: #98d3f6;
}
.candy-dreams {
color: #e4b7f0;
}
.prism-pink {
color: #f0a3c4;
}
/* CSS Variables */
:root {
--blue-sonki:#4b8cce;
--xavier-blue:#6cb4e5;
--long-island-sound:#98d3f6;
--candy-dreams:#e4b7f0;
--prism-pink:#f0a3c4;
}