Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #aad99b;
}
.mystic-tulip {
color: #f7b5a1;
}
.neighborly-peach {
color: #f0c2a3;
}
.tiffany-light {
color: #fee4b4;
}
.corydalis-blue {
color: #a4c8d6;
}
/* CSS Variables */
:root {
--cool-aloe:#aad99b;
--mystic-tulip:#f7b5a1;
--neighborly-peach:#f0c2a3;
--tiffany-light:#fee4b4;
--corydalis-blue:#a4c8d6;
}