Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.bliss-blue {
color: #79c4e2;
}
.chefchaouen-blue {
color: #a2d3e7;
}
.x-ng-hu-ng-yellow {
color: #f9e367;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--bliss-blue:#79c4e2;
--chefchaouen-blue:#a2d3e7;
--x-ng-hu-ng-yellow:#f9e367;
--breeze-of-chilli:#f26e6e;
}