Color names in this palette
CSS code for this palette
/* CSS */
.sterling-blue {
color: #a2b6c3;
}
.winter-surf {
color: #7fb8b2;
}
.allspice {
color: #f4cca9;
}
.welcoming-wasp {
color: #f0a800;
}
.jokaero-orange {
color: #e75b04;
}
/* CSS Variables */
:root {
--sterling-blue:#a2b6c3;
--winter-surf:#7fb8b2;
--allspice:#f4cca9;
--welcoming-wasp:#f0a800;
--jokaero-orange:#e75b04;
}