Color names in this palette
CSS code for this palette
/* CSS */
.clear-night-sky {
color: #1f4e84;
}
.alpha-blue {
color: #5b8fb3;
}
.blue-glint {
color: #8fc5d6;
}
.lemon-caipirinha {
color: #f7df9c;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--clear-night-sky:#1f4e84;
--alpha-blue:#5b8fb3;
--blue-glint:#8fc5d6;
--lemon-caipirinha:#f7df9c;
--calabrese:#f1a8a2;
}