Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b3b6f;
}
.cendre-blue {
color: #3e7aa3;
}
.pale-cerulean {
color: #9bc4e4;
}
.machine-oil {
color: #f0e784;
}
.grapefruit-pulp {
color: #fc6c5f;
}
/* CSS Variables */
:root {
--assault:#1b3b6f;
--cendre-blue:#3e7aa3;
--pale-cerulean:#9bc4e4;
--machine-oil:#f0e784;
--grapefruit-pulp:#fc6c5f;
}