Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.harbour-sky {
color: #7cb8d0;
}
.seascape-green {
color: #b5e3e3;
}
.satin-latour {
color: #f8daaf;
}
.plum-blossom {
color: #f2a1a1;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--harbour-sky:#7cb8d0;
--seascape-green:#b5e3e3;
--satin-latour:#f8daaf;
--plum-blossom:#f2a1a1;
}