Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.french-pass {
color: #a3d3e0;
}
.lagoona-teal {
color: #77c5d4;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--french-pass:#a3d3e0;
--lagoona-teal:#77c5d4;
--olympic-blue:#4b91e2;
}