Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunny-mood {
color: #f7c94b;
}
.welcoming-wasp {
color: #f0a800;
}
.kaihau-express {
color: #d14d00;
}
.ruby-shard {
color: #be1e2e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunny-mood:#f7c94b;
--welcoming-wasp:#f0a800;
--kaihau-express:#d14d00;
--ruby-shard:#be1e2e;
}