Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4f8cba;
}
.fitness-blue {
color: #5ab9d3;
}
.tahoe-snow {
color: #d7e1e5;
}
.biscuit-cream {
color: #f9cab9;
}
.roseberry {
color: #f3a5a0;
}
/* CSS Variables */
:root {
--boat-house:#4f8cba;
--fitness-blue:#5ab9d3;
--tahoe-snow:#d7e1e5;
--biscuit-cream:#f9cab9;
--roseberry:#f3a5a0;
}