Color names in this palette
CSS code for this palette
/* CSS */
.grenadine-pink {
color: #ff5c6c;
}
.pumpkin-vapour {
color: #ffa94d;
}
.exploding-star {
color: #ffd83d;
}
.thor-s-thunder {
color: #4dc9ff;
}
.blue-genie {
color: #6c5cff;
}
/* CSS Variables */
:root {
--grenadine-pink:#ff5c6c;
--pumpkin-vapour:#ffa94d;
--exploding-star:#ffd83d;
--thor-s-thunder:#4dc9ff;
--blue-genie:#6c5cff;
}