Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.charter {
color: #6cb4d0;
}
.light-budgie-blue {
color: #9fd6e5;
}
.jemima {
color: #f2d57d;
}
.highlighter-pink {
color: #ef5d77;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--charter:#6cb4d0;
--light-budgie-blue:#9fd6e5;
--jemima:#f2d57d;
--highlighter-pink:#ef5d77;
}