Color names in this palette
CSS code for this palette
/* CSS */
.teclis-blue {
color: #a3b9e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orangish {
color: #f88949;
}
.redstone {
color: #e56c6e;
}
.silken-raspberry {
color: #a77b8e;
}
/* CSS Variables */
:root {
--teclis-blue:#a3b9e0;
--solar-plexus-chakra:#f1c84b;
--orangish:#f88949;
--redstone:#e56c6e;
--silken-raspberry:#a77b8e;
}