Color names in this palette
CSS code for this palette
/* CSS */
.candid-blue {
color: #6dc6e3;
}
.waterfall {
color: #3bb09e;
}
.advantageous {
color: #1f7a6c;
}
.basil-green {
color: #4e602a;
}
.marigold-dust {
color: #f6d13c;
}
/* CSS Variables */
:root {
--candid-blue:#6dc6e3;
--waterfall:#3bb09e;
--advantageous:#1f7a6c;
--basil-green:#4e602a;
--marigold-dust:#f6d13c;
}