Color names in this palette
CSS code for this palette
/* CSS */
.southern-blue {
color: #395a89;
}
.scanda {
color: #6a8ea9;
}
.airborne {
color: #a0c1d4;
}
.icy-lemonade {
color: #f7e8b1;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--southern-blue:#395a89;
--scanda:#6a8ea9;
--airborne:#a0c1d4;
--icy-lemonade:#f7e8b1;
--calabrese:#f1a8a2;
}