Color names in this palette
CSS code for this palette
/* CSS */
.molten-core {
color: #ff5900;
}
.temptatious-tangerine {
color: #ff7e2e;
}
.orange-spice {
color: #ff9e61;
}
.romantic {
color: #ffc59e;
}
.satin-blush {
color: #ffe4c7;
}
/* CSS Variables */
:root {
--molten-core:#ff5900;
--temptatious-tangerine:#ff7e2e;
--orange-spice:#ff9e61;
--romantic:#ffc59e;
--satin-blush:#ffe4c7;
}