Color names in this palette
CSS code for this palette
/* CSS */
.crushed-cashew {
color: #ffedd6;
}
.peachy-bon-bon {
color: #ffd1b8;
}
.persicus {
color: #ffb59e;
}
.salmon-orange {
color: #ff8b6b;
}
.toxic-orange {
color: #ff5d38;
}
/* CSS Variables */
:root {
--crushed-cashew:#ffedd6;
--peachy-bon-bon:#ffd1b8;
--persicus:#ffb59e;
--salmon-orange:#ff8b6b;
--toxic-orange:#ff5d38;
}