Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e4b7b;
}
.dazzle {
color: #4f89b5;
}
.middle-blue {
color: #7fd5e6;
}
.syndicalist {
color: #f5c400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--theatre-blue:#1e4b7b;
--dazzle:#4f89b5;
--middle-blue:#7fd5e6;
--syndicalist:#f5c400;
--grapefruit-pulp:#ff6e61;
}