Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.shovel-knight {
color: #33ccff;
}
.moonglade-water {
color: #66ffff;
}
.lemon-gate {
color: #99ffcc;
}
.peach-orange {
color: #ffcc99;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--shovel-knight:#33ccff;
--moonglade-water:#66ffff;
--lemon-gate:#99ffcc;
--peach-orange:#ffcc99;
}