Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #a41e34;
}
.chrome-yellow {
color: #faa700;
}
.cosmos {
color: #fbd6d0;
}
.waimea-blue {
color: #4e9bda;
}
.egyptian-violet {
color: #3d4b71;
}
/* CSS Variables */
:root {
--vivid-burgundy:#a41e34;
--chrome-yellow:#faa700;
--cosmos:#fbd6d0;
--waimea-blue:#4e9bda;
--egyptian-violet:#3d4b71;
}