Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.bright-khaki {
color: #f0e78e;
}
.lolly-ice {
color: #a6d8d2;
}
.atlantic-wave {
color: #3f7d7a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--bright-khaki:#f0e78e;
--lolly-ice:#a6d8d2;
--atlantic-wave:#3f7d7a;
}