Color names in this palette
CSS code for this palette
/* CSS */
.larimar-blue {
color: #1e77b3;
}
.sanctuary-spa {
color: #67b1e0;
}
.cinnamon-buff {
color: #fdbf6d;
}
.rubber-radish {
color: #fb9998;
}
.lust {
color: #e41b1e;
}
/* CSS Variables */
:root {
--larimar-blue:#1e77b3;
--sanctuary-spa:#67b1e0;
--cinnamon-buff:#fdbf6d;
--rubber-radish:#fb9998;
--lust:#e41b1e;
}