Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #aad99b;
}
.laurel-wreath {
color: #4cae88;
}
.azure-tide {
color: #2a9d90;
}
.advantageous {
color: #1f6f6d;
}
.mallard {
color: #274754;
}
/* CSS Variables */
:root {
--cool-aloe:#aad99b;
--laurel-wreath:#4cae88;
--azure-tide:#2a9d90;
--advantageous:#1f6f6d;
--mallard:#274754;
}