Color names in this palette
CSS code for this palette
/* CSS */
.fibonacci-blue {
color: #0e1f5d;
}
.bright-eggplant {
color: #5b4d89;
}
.thimble-red {
color: #a35c8d;
}
.rajah {
color: #f9a65d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fibonacci-blue:#0e1f5d;
--bright-eggplant:#5b4d89;
--thimble-red:#a35c8d;
--rajah:#f9a65d;
--grapefruit-pulp:#ff6e61;
}