Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d7a8c2;
}
.bordeaux-hint {
color: #f0b7e4;
}
.rosy-maple-moth {
color: #f9c3ef;
}
.bright-khaki {
color: #f0e78e;
}
.rosy-outlook {
color: #f7aaa1;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d7a8c2;
--bordeaux-hint:#f0b7e4;
--rosy-maple-moth:#f9c3ef;
--bright-khaki:#f0e78e;
--rosy-outlook:#f7aaa1;
}