Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4e8dc1;
}
.candid-blue {
color: #6cc7e5;
}
.early-july {
color: #a6e0e8;
}
.fresh-lime {
color: #d3f4c8;
}
.butter-muffin {
color: #f8e0b4;
}
/* CSS Variables */
:root {
--boat-house:#4e8dc1;
--candid-blue:#6cc7e5;
--early-july:#a6e0e8;
--fresh-lime:#d3f4c8;
--butter-muffin:#f8e0b4;
}