Color names in this palette
CSS code for this palette
/* CSS */
.molten-core {
color: #ff5900;
}
.princeton-orange {
color: #ff9100;
}
.forsythia {
color: #ffc800;
}
.aquamentus-green {
color: #00a300;
}
.blue-sparkle {
color: #0077ff;
}
/* CSS Variables */
:root {
--molten-core:#ff5900;
--princeton-orange:#ff9100;
--forsythia:#ffc800;
--aquamentus-green:#00a300;
--blue-sparkle:#0077ff;
}