Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #2c6d90;
}
.aztec-sky {
color: #4eb7d4;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.strawberry-avalanche {
color: #f04c3d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#2c6d90;
--aztec-sky:#4eb7d4;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--strawberry-avalanche:#f04c3d;
}