Color names in this palette
CSS code for this palette
/* CSS */
.maniac-mansion {
color: #003a5c;
}
.high-profile {
color: #005b85;
}
.summer-lake {
color: #0076a8;
}
.honey-wax {
color: #f9a824;
}
.sunset-blaze {
color: #eb602d;
}
/* CSS Variables */
:root {
--maniac-mansion:#003a5c;
--high-profile:#005b85;
--summer-lake:#0076a8;
--honey-wax:#f9a824;
--sunset-blaze:#eb602d;
}