Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sunny-mood {
color: #f7c94b;
}
.blue-hepatica {
color: #6b5be6;
}
.chinese-new-year {
color: #ff2e62;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--grapefruit-pulp:#ff6e61;
--sunny-mood:#f7c94b;
--blue-hepatica:#6b5be6;
--chinese-new-year:#ff2e62;
}