Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a4d8e5;
}
.maximum-yellow-red {
color: #f1b74b;
}
.troll-slayer-orange {
color: #f3a64f;
}
.dusk-orange {
color: #f64c3c;
}
.autumn-robin {
color: #c54a2b;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a4d8e5;
--maximum-yellow-red:#f1b74b;
--troll-slayer-orange:#f3a64f;
--dusk-orange:#f64c3c;
--autumn-robin:#c54a2b;
}