Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f7e4b6;
}
.rosy-outlook {
color: #f5ae9e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.olympic-blue {
color: #4b91e2;
}
.muted-lavender {
color: #3a5998;
}
/* CSS Variables */
:root {
--barley-white:#f7e4b6;
--rosy-outlook:#f5ae9e;
--grapefruit-pulp:#ff6e61;
--olympic-blue:#4b91e2;
--muted-lavender:#3a5998;
}