Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8fba;
}
.charter {
color: #6cb2d0;
}
.tanager-turquoise {
color: #89d8e6;
}
.shrimp-toast {
color: #f7c5a1;
}
.shell-pink {
color: #f77e7e;
}
/* CSS Variables */
:root {
--boat-house:#4a8fba;
--charter:#6cb2d0;
--tanager-turquoise:#89d8e6;
--shrimp-toast:#f7c5a1;
--shell-pink:#f77e7e;
}