Color names in this palette
CSS code for this palette
/* CSS */
.goldfish {
color: #f2b05f;
}
.swiss-chard {
color: #e05c72;
}
.bermuda-onion {
color: #a15e96;
}
.true-v {
color: #8d7dcf;
}
.punch-out-glove {
color: #6b9aff;
}
/* CSS Variables */
:root {
--goldfish:#f2b05f;
--swiss-chard:#e05c72;
--bermuda-onion:#a15e96;
--true-v:#8d7dcf;
--punch-out-glove:#6b9aff;
}