Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3f8d;
}
.grey-blueberry {
color: #6b7f94;
}
.blue-dam {
color: #a1c4d4;
}
.blockchain-gold {
color: #e7bb4b;
}
.fire-island {
color: #de4e3b;
}
/* CSS Variables */
:root {
--blue-gem:#4b3f8d;
--grey-blueberry:#6b7f94;
--blue-dam:#a1c4d4;
--blockchain-gold:#e7bb4b;
--fire-island:#de4e3b;
}