Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.storm-lightning {
color: #f8e79b;
}
.mocha-dandelion {
color: #f3d86d;
}
.twisted-blue {
color: #7ac3d1;
}
.georgian-revival-blue {
color: #5b8d9f;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--storm-lightning:#f8e79b;
--mocha-dandelion:#f3d86d;
--twisted-blue:#7ac3d1;
--georgian-revival-blue:#5b8d9f;
}