Color names in this palette
CSS code for this palette
/* CSS */
.great-serpent {
color: #4b70a0;
}
.periwinkle-sky {
color: #8ab6d6;
}
.butter-cookie {
color: #f0e3b2;
}
.papaya-punch {
color: #fc9d7e;
}
.match-head {
color: #d6385a;
}
/* CSS Variables */
:root {
--great-serpent:#4b70a0;
--periwinkle-sky:#8ab6d6;
--butter-cookie:#f0e3b2;
--papaya-punch:#fc9d7e;
--match-head:#d6385a;
}