Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.storm-lightning {
color: #f9e79f;
}
.calabrese {
color: #f1a8a2;
}
.firecracker {
color: #f36b39;
}
.mulberry-yogurt {
color: #c84c8e;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--storm-lightning:#f9e79f;
--calabrese:#f1a8a2;
--firecracker:#f36b39;
--mulberry-yogurt:#c84c8e;
}