Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4b8db9;
}
.hawaiian-breeze {
color: #76c7e0;
}
.ice-crystal-blue {
color: #a8e0e1;
}
.uptown-taupe {
color: #f0e3d6;
}
.chai-latte {
color: #f9c89f;
}
/* CSS Variables */
:root {
--boat-house:#4b8db9;
--hawaiian-breeze:#76c7e0;
--ice-crystal-blue:#a8e0e1;
--uptown-taupe:#f0e3d6;
--chai-latte:#f9c89f;
}