Color names in this palette
CSS code for this palette
/* CSS */
.haute-red {
color: #a71b2e;
}
.orange-pospsicle {
color: #f4a20b;
}
.bollywood {
color: #e0b92e;
}
.blue-highlight {
color: #2e4b8e;
}
.template {
color: #a6c8e2;
}
/* CSS Variables */
:root {
--haute-red:#a71b2e;
--orange-pospsicle:#f4a20b;
--bollywood:#e0b92e;
--blue-highlight:#2e4b8e;
--template:#a6c8e2;
}