Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d6383d;
}
.firecracker {
color: #f36b39;
}
.lightning-yellow {
color: #f9a639;
}
.vanilla-pudding {
color: #f6e86a;
}
.clean-pool {
color: #4dcae0;
}
/* CSS Variables */
:root {
--jasper:#d6383d;
--firecracker:#f36b39;
--lightning-yellow:#f9a639;
--vanilla-pudding:#f6e86a;
--clean-pool:#4dcae0;
}