Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #2e4b8a;
}
.sea-drifter {
color: #4c7594;
}
.beau-monde {
color: #7bb2a0;
}
.basil-smash {
color: #b6e2a2;
}
.forsythia-blossom {
color: #f5d76b;
}
/* CSS Variables */
:root {
--blue-highlight:#2e4b8a;
--sea-drifter:#4c7594;
--beau-monde:#7bb2a0;
--basil-smash:#b6e2a2;
--forsythia-blossom:#f5d76b;
}