Color names in this palette
CSS code for this palette
/* CSS */
.blues {
color: #2a699d;
}
.boat-house {
color: #4a8cbf;
}
.regale-blue {
color: #80b3d6;
}
.syndicalist {
color: #f5c400;
}
.deep-orange {
color: #db5000;
}
/* CSS Variables */
:root {
--blues:#2a699d;
--boat-house:#4a8cbf;
--regale-blue:#80b3d6;
--syndicalist:#f5c400;
--deep-orange:#db5000;
}