Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.surfin {
color: #6ec1d4;
}
.silent-ripple {
color: #a9e5e0;
}
.whitest-white {
color: #f6f9f5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--surfin:#6ec1d4;
--silent-ripple:#a9e5e0;
--whitest-white:#f6f9f5;
--creamy-sweet-corn:#f9c54e;
}