Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3d5a8a;
}
.tech-wave {
color: #4d7d9d;
}
.coastal-fringe {
color: #80bcbb;
}
.pumpkin-cream {
color: #e6c6a7;
}
.reed-mace {
color: #d05b3e;
}
/* CSS Variables */
:root {
--delft:#3d5a8a;
--tech-wave:#4d7d9d;
--coastal-fringe:#80bcbb;
--pumpkin-cream:#e6c6a7;
--reed-mace:#d05b3e;
}