Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5a8c;
}
.blue-plate {
color: #5e7a9c;
}
.dove-tail {
color: #91afc5;
}
.chicago-blue {
color: #b5d9e8;
}
.optimistic-yellow {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5a8c;
--blue-plate:#5e7a9c;
--dove-tail:#91afc5;
--chicago-blue:#b5d9e8;
--optimistic-yellow:#f4e1a4;
}