Color names in this palette
CSS code for this palette
/* CSS */
.tomb-blue {
color: #0099cc;
}
.petrichor {
color: #66cccc;
}
.lemon-gate {
color: #99ffcc;
}
.peach-orange {
color: #ffcc99;
}
.pompelmo {
color: #ff6666;
}
/* CSS Variables */
:root {
--tomb-blue:#0099cc;
--petrichor:#66cccc;
--lemon-gate:#99ffcc;
--peach-orange:#ffcc99;
--pompelmo:#ff6666;
}