Color names in this palette
CSS code for this palette
/* CSS */
.verdigris-coloured {
color: #5abf75;
}
.patrice {
color: #8cd9a4;
}
.aqua-bay {
color: #b5e3c9;
}
.cactus-water {
color: #d3f8e8;
}
.azure-mist {
color: #f0fff4;
}
/* CSS Variables */
:root {
--verdigris-coloured:#5abf75;
--patrice:#8cd9a4;
--aqua-bay:#b5e3c9;
--cactus-water:#d3f8e8;
--azure-mist:#f0fff4;
}