Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.pismo-dunes {
color: #f6d7a2;
}
.bone-white {
color: #f1e1b1;
}
.shanghai-jade {
color: #a3dcba;
}
.high-blue {
color: #4ab3e8;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--pismo-dunes:#f6d7a2;
--bone-white:#f1e1b1;
--shanghai-jade:#a3dcba;
--high-blue:#4ab3e8;
}