Color names in this palette
CSS code for this palette
/* CSS */
.big-daddy-blue {
color: #5c6b75;
}
.water-carrier {
color: #4b9aa0;
}
.blouson-blue {
color: #62b5c6;
}
.blue-carpenter-bee {
color: #9ed0e5;
}
.pink-hydrangea {
color: #f9c2b9;
}
/* CSS Variables */
:root {
--big-daddy-blue:#5c6b75;
--water-carrier:#4b9aa0;
--blouson-blue:#62b5c6;
--blue-carpenter-bee:#9ed0e5;
--pink-hydrangea:#f9c2b9;
}