Color names in this palette
CSS code for this palette
/* CSS */
.salt-blue {
color: #7b9b9d;
}
.blue-agave {
color: #b2c7c6;
}
.white-chocolate {
color: #f0e2c7;
}
.peach-mimosa {
color: #f5a18a;
}
.painted-poppy {
color: #c84c3c;
}
/* CSS Variables */
:root {
--salt-blue:#7b9b9d;
--blue-agave:#b2c7c6;
--white-chocolate:#f0e2c7;
--peach-mimosa:#f5a18a;
--painted-poppy:#c84c3c;
}