Color names in this palette
CSS code for this palette
/* CSS */
.goji-berry {
color: #c6102e;
}
.rucksack-tan {
color: #f0af0a;
}
.spanish-blue {
color: #0071b8;
}
.metal-gear {
color: #a4c2db;
}
.berry-pie {
color: #4e6f8d;
}
/* CSS Variables */
:root {
--goji-berry:#c6102e;
--rucksack-tan:#f0af0a;
--spanish-blue:#0071b8;
--metal-gear:#a4c2db;
--berry-pie:#4e6f8d;
}