Color names in this palette
CSS code for this palette
/* CSS */
.asparagus-yellow {
color: #dac98b;
}
.banksia {
color: #a3b69a;
}
.steel-teal {
color: #5f8c89;
}
.aegean-blue {
color: #4e6d83;
}
.waterhen-back {
color: #2e4052;
}
/* CSS Variables */
:root {
--asparagus-yellow:#dac98b;
--banksia:#a3b69a;
--steel-teal:#5f8c89;
--aegean-blue:#4e6d83;
--waterhen-back:#2e4052;
}