Color names in this palette
CSS code for this palette
/* CSS */
.brittany-s-bow {
color: #f3d8de;
}
.heavenly-song {
color: #fbd8c6;
}
.coral-blossom {
color: #f7bca1;
}
.upstream-salmon {
color: #f69979;
}
.reductant {
color: #e65b5b;
}
/* CSS Variables */
:root {
--brittany-s-bow:#f3d8de;
--heavenly-song:#fbd8c6;
--coral-blossom:#f7bca1;
--upstream-salmon:#f69979;
--reductant:#e65b5b;
}