Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.juzcar-blue {
color: #a4d8f4;
}
.sanctuary-spa {
color: #5faee3;
}
.haddock-s-sweater {
color: #287fb8;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--juzcar-blue:#a4d8f4;
--sanctuary-spa:#5faee3;
--haddock-s-sweater:#287fb8;
}