Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a6e8af;
}
.sweet-garden {
color: #63d4b4;
}
.verdigris {
color: #40b5b1;
}
.water-welt {
color: #3c96af;
}
.blue-plate {
color: #5c7d9d;
}
/* CSS Variables */
:root {
--overtone:#a6e8af;
--sweet-garden:#63d4b4;
--verdigris:#40b5b1;
--water-welt:#3c96af;
--blue-plate:#5c7d9d;
}