Color names in this palette
CSS code for this palette
/* CSS */
.australium-gold {
color: #e8b43b;
}
.sunny-mood {
color: #f7c94b;
}
.forsythia-blossom {
color: #f8d56d;
}
.storm-lightning {
color: #f9e79f;
}
.radome-tan {
color: #f1c5a2;
}
/* CSS Variables */
:root {
--australium-gold:#e8b43b;
--sunny-mood:#f7c94b;
--forsythia-blossom:#f8d56d;
--storm-lightning:#f9e79f;
--radome-tan:#f1c5a2;
}