Color names in this palette
CSS code for this palette
/* CSS */
.blue-jay {
color: #5a8ed8;
}
.light-blue-glint {
color: #a9d3e0;
}
.calabrese {
color: #f1a7a2;
}
.fresh-pineapple {
color: #f5d64d;
}
.eau-de-rose {
color: #e2bbd2;
}
/* CSS Variables */
:root {
--blue-jay:#5a8ed8;
--light-blue-glint:#a9d3e0;
--calabrese:#f1a7a2;
--fresh-pineapple:#f5d64d;
--eau-de-rose:#e2bbd2;
}