Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #ffc83d;
}
.hawaiian-passion {
color: #ff9b3d;
}
.orange-soda {
color: #ff5e3d;
}
.vampire-red {
color: #d63f2e;
}
.beetiful-magenta {
color: #8d2a69;
}
/* CSS Variables */
:root {
--yellow-jacket:#ffc83d;
--hawaiian-passion:#ff9b3d;
--orange-soda:#ff5e3d;
--vampire-red:#d63f2e;
--beetiful-magenta:#8d2a69;
}