Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.tomato-scepter {
color: #e24b58;
}
.crunch {
color: #f2b75f;
}
.blue-dam {
color: #a1c9d3;
}
.brittany-blue {
color: #4c7b8a;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--tomato-scepter:#e24b58;
--crunch:#f2b75f;
--blue-dam:#a1c9d3;
--brittany-blue:#4c7b8a;
}