Color names in this palette
CSS code for this palette
/* CSS */
.gold-tips {
color: #e6b028;
}
.marigold-dust {
color: #f4cf3e;
}
.storm-lightning {
color: #f9e79f;
}
.aloe-wash {
color: #d2d7b7;
}
.tangled-web {
color: #b3b3b3;
}
/* CSS Variables */
:root {
--gold-tips:#e6b028;
--marigold-dust:#f4cf3e;
--storm-lightning:#f9e79f;
--aloe-wash:#d2d7b7;
--tangled-web:#b3b3b3;
}