Color names in this palette
CSS code for this palette
/* CSS */
.artisans-gold {
color: #f3a949;
}
.lighthouse-glow {
color: #f6d56a;
}
.storm-lightning {
color: #f9e59f;
}
.prism-pink {
color: #f0a3c3;
}
.phoenix-red {
color: #e16d5b;
}
/* CSS Variables */
:root {
--artisans-gold:#f3a949;
--lighthouse-glow:#f6d56a;
--storm-lightning:#f9e59f;
--prism-pink:#f0a3c3;
--phoenix-red:#e16d5b;
}