Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.grapefruit-pulp {
color: #ff6e61;
}
.welcoming-wasp {
color: #f0a800;
}
.verditer {
color: #00bdad;
}
.sasquatch-socks {
color: #ff4d7f;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--grapefruit-pulp:#ff6e61;
--welcoming-wasp:#f0a800;
--verditer:#00bdad;
--sasquatch-socks:#ff4d7f;
}