Color names in this palette
CSS code for this palette
/* CSS */
.starfleet-blue {
color: #0095ff;
}
.hollandaise {
color: #ffec42;
}
.shovel-knight {
color: #33c2ff;
}
.marigold-dust {
color: #f6d13c;
}
.royal-navy-blue {
color: #0066cc;
}
/* CSS Variables */
:root {
--starfleet-blue:#0095ff;
--hollandaise:#ffec42;
--shovel-knight:#33c2ff;
--marigold-dust:#f6d13c;
--royal-navy-blue:#0066cc;
}