Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4b8abe;
}
.sea-cliff {
color: #a3c4e0;
}
.cymophane-yellow {
color: #f2e4a6;
}
.sandy-brown {
color: #f1a65b;
}
.peanut-butter-jelly {
color: #c94c26;
}
/* CSS Variables */
:root {
--boat-house:#4b8abe;
--sea-cliff:#a3c4e0;
--cymophane-yellow:#f2e4a6;
--sandy-brown:#f1a65b;
--peanut-butter-jelly:#c94c26;
}