Color names in this palette
CSS code for this palette
/* CSS */
.nancy {
color: #5bb9e1;
}
.go-bananas {
color: #f8c84f;
}
.heating-lamp {
color: #ef3e1f;
}
.emergency-zone {
color: #e7693c;
}
.true-purple {
color: #6f2c90;
}
/* CSS Variables */
:root {
--nancy:#5bb9e1;
--go-bananas:#f8c84f;
--heating-lamp:#ef3e1f;
--emergency-zone:#e7693c;
--true-purple:#6f2c90;
}