Color names in this palette
CSS code for this palette
/* CSS */
.dodger-blue {
color: #3884ff;
}
.thick-purple {
color: #8236ec;
}
.vivid-raspberry {
color: #ff006e;
}
.marigold {
color: #ffbe0a;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
/* CSS Variables */
:root {
--dodger-blue:#3884ff;
--thick-purple:#8236ec;
--vivid-raspberry:#ff006e;
--marigold:#ffbe0a;
--egg-yolk-sunrise:#ffd60a;
}