Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.aqueous {
color: #3a8d98;
}
.hygiene-green {
color: #5fb9b3;
}
.phellodendron-amurense {
color: #f3c239;
}
.miami-marmalade {
color: #f78d1d;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--aqueous:#3a8d98;
--hygiene-green:#5fb9b3;
--phellodendron-amurense:#f3c239;
--miami-marmalade:#f78d1d;
}