Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #2f4b89;
}
.caspian-sea {
color: #4f6d92;
}
.beau-monde {
color: #79af9c;
}
.bilious-green {
color: #a5d86e;
}
.westfall-yellow {
color: #f9d64e;
}
/* CSS Variables */
:root {
--blue-highlight:#2f4b89;
--caspian-sea:#4f6d92;
--beau-monde:#79af9c;
--bilious-green:#a5d86e;
--westfall-yellow:#f9d64e;
}