Color names in this palette
CSS code for this palette
/* CSS */
.creamy-custard {
color: #f9e6be;
}
.whipped-peach {
color: #f9cbae;
}
.upstream-salmon {
color: #f99b7b;
}
.flirty-salmon {
color: #f76e69;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--creamy-custard:#f9e6be;
--whipped-peach:#f9cbae;
--upstream-salmon:#f99b7b;
--flirty-salmon:#f76e69;
--vampire-red:#d63f2e;
}