Color names in this palette
CSS code for this palette
/* CSS */
.dexter {
color: #69b2b5;
}
.aqua-island {
color: #a1d9d8;
}
.frosty-mint {
color: #dff6f3;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dexter:#69b2b5;
--aqua-island:#a1d9d8;
--frosty-mint:#dff6f3;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}