Color names in this palette
CSS code for this palette
/* CSS */
.clover-mist {
color: #6fbe8b;
}
.hammam-blue {
color: #5cdbd5;
}
.adrift {
color: #498d9c;
}
.blue-angels-yellow {
color: #fab700;
}
.ogre-odor {
color: #f74f40;
}
/* CSS Variables */
:root {
--clover-mist:#6fbe8b;
--hammam-blue:#5cdbd5;
--adrift:#498d9c;
--blue-angels-yellow:#fab700;
--ogre-odor:#f74f40;
}