Color names in this palette
CSS code for this palette
/* CSS */
.skydome {
color: #3e9fcc;
}
.high-style {
color: #a6b5d9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cheddar {
color: #f09e05;
}
.hot-orange {
color: #f78c40;
}
/* CSS Variables */
:root {
--skydome:#3e9fcc;
--high-style:#a6b5d9;
--solar-plexus-chakra:#f1c84b;
--cheddar:#f09e05;
--hot-orange:#f78c40;
}