Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1c6e8d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.matt-green {
color: #3bb042;
}
.bright-khaki {
color: #f0e78e;
}
.painted-poppy {
color: #c94b3b;
}
/* CSS Variables */
:root {
--saxony-blue:#1c6e8d;
--grapefruit-pulp:#ff6e61;
--matt-green:#3bb042;
--bright-khaki:#f0e78e;
--painted-poppy:#c94b3b;
}