Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.blue-mediterranean {
color: #1b7b98;
}
.fishy-house {
color: #15a88b;
}
.basil-smash {
color: #b2e59f;
}
.tau-light-ochre {
color: #f6d30e;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--blue-mediterranean:#1b7b98;
--fishy-house:#15a88b;
--basil-smash:#b2e59f;
--tau-light-ochre:#f6d30e;
}