Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1e9ffa;
}
.squash-blossom {
color: #f6b83c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.aurora-green {
color: #6fdc9b;
}
/* CSS Variables */
:root {
--karimun-blue:#1e9ffa;
--squash-blossom:#f6b83c;
--grapefruit-pulp:#ff6e61;
--heath-spotted-orchid:#a65e9e;
--aurora-green:#6fdc9b;
}