Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.babbling-creek {
color: #a7bbd2;
}
.lothern-blue {
color: #699ace;
}
.boat-house {
color: #4b8bc3;
}
.dead-lake {
color: #2e5b8e;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--babbling-creek:#a7bbd2;
--lothern-blue:#699ace;
--boat-house:#4b8bc3;
--dead-lake:#2e5b8e;
}