Color names in this palette
CSS code for this palette
/* CSS */
.bay-view {
color: #6b809e;
}
.boat-house {
color: #4f8dbf;
}
.angela-bay {
color: #a6c3e2;
}
.bells-and-whistles-gold {
color: #f0e69e;
}
.candy-heart-pink {
color: #f7a1a1;
}
/* CSS Variables */
:root {
--bay-view:#6b809e;
--boat-house:#4f8dbf;
--angela-bay:#a6c3e2;
--bells-and-whistles-gold:#f0e69e;
--candy-heart-pink:#f7a1a1;
}