Color names in this palette
CSS code for this palette
/* CSS */
.gilded {
color: #f5de4d;
}
.nanohanacha-gold {
color: #e6b22d;
}
.vibrant-amber {
color: #d4902b;
}
.outlawed-orange {
color: #b7764e;
}
.wisteria-purple {
color: #8a5c99;
}
/* CSS Variables */
:root {
--gilded:#f5de4d;
--nanohanacha-gold:#e6b22d;
--vibrant-amber:#d4902b;
--outlawed-orange:#b7764e;
--wisteria-purple:#8a5c99;
}