Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8ebf;
}
.water-flow {
color: #7dc5d4;
}
.minor-blue {
color: #b7e0e6;
}
.yellow-tulip {
color: #f4d26c;
}
.gemini-mustard-momento {
color: #f9a64e;
}
/* CSS Variables */
:root {
--boat-house:#4a8ebf;
--water-flow:#7dc5d4;
--minor-blue:#b7e0e6;
--yellow-tulip:#f4d26c;
--gemini-mustard-momento:#f9a64e;
}