Color names in this palette
CSS code for this palette
/* CSS */
.barium {
color: #f6e1c6;
}
.goldsmith {
color: #f2b650;
}
.mango-ice {
color: #fabf8e;
}
.fiery-salmon {
color: #f76969;
}
.strawberry-avalanche {
color: #f5503d;
}
/* CSS Variables */
:root {
--barium:#f6e1c6;
--goldsmith:#f2b650;
--mango-ice:#fabf8e;
--fiery-salmon:#f76969;
--strawberry-avalanche:#f5503d;
}