Color names in this palette
CSS code for this palette
/* CSS */
.beguiling-blue {
color: #5d708e;
}
.silk-sox {
color: #a4b2c6;
}
.silver-white {
color: #e6e8e3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.frozen-tomato {
color: #d95230;
}
/* CSS Variables */
:root {
--beguiling-blue:#5d708e;
--silk-sox:#a4b2c6;
--silver-white:#e6e8e3;
--solar-plexus-chakra:#f1c84b;
--frozen-tomato:#d95230;
}