Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4b8abe;
}
.broom-butterfly-blue {
color: #6db2d5;
}
.terrace-pool {
color: #a3d6e0;
}
.chef-s-hat {
color: #f2f8f5;
}
.golden-hour {
color: #f2b75a;
}
/* CSS Variables */
:root {
--boat-house:#4b8abe;
--broom-butterfly-blue:#6db2d5;
--terrace-pool:#a3d6e0;
--chef-s-hat:#f2f8f5;
--golden-hour:#f2b75a;
}