Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4f8cba;
}
.water-flow {
color: #7cc6d5;
}
.luminescent-blue {
color: #a6e1e7;
}
.creamy-vanilla {
color: #f2e4c0;
}
.caramelize {
color: #d48f3a;
}
/* CSS Variables */
:root {
--boat-house:#4f8cba;
--water-flow:#7cc6d5;
--luminescent-blue:#a6e1e7;
--creamy-vanilla:#f2e4c0;
--caramelize:#d48f3a;
}