Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #2b789c;
}
.blue-bobbin {
color: #51b4c8;
}
.middle-blue {
color: #80d4e5;
}
.coastal-breeze {
color: #e0f7fa;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--fun-and-games:#2b789c;
--blue-bobbin:#51b4c8;
--middle-blue:#80d4e5;
--coastal-breeze:#e0f7fa;
--syndicalist:#f5c400;
}