Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4f8cba;
}
.broom-butterfly-blue {
color: #6fb3d8;
}
.infinity-pool {
color: #90d6e4;
}
.early-forget-me-not {
color: #b7e6f0;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--boat-house:#4f8cba;
--broom-butterfly-blue:#6fb3d8;
--infinity-pool:#90d6e4;
--early-forget-me-not:#b7e6f0;
--coastal-breeze:#e0f7fa;
}