Color names in this palette
CSS code for this palette
/* CSS */
.sanctuary-spa {
color: #67b4e4;
}
.nevada-sky {
color: #9fd9e5;
}
.marigold-dust {
color: #f4cf3e;
}
.orange-gluttony {
color: #e77e23;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--sanctuary-spa:#67b4e4;
--nevada-sky:#9fd9e5;
--marigold-dust:#f4cf3e;
--orange-gluttony:#e77e23;
--valiant-poppy:#bf3a2b;
}