Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.pale-marigold {
color: #ffbd42;
}
.lilliputian-lime {
color: #7fd959;
}
.lake-thun {
color: #3dc9db;
}
.blue-heath-butterfly {
color: #4d6aff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--pale-marigold:#ffbd42;
--lilliputian-lime:#7fd959;
--lake-thun:#3dc9db;
--blue-heath-butterfly:#4d6aff;
}