Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.green-trance {
color: #a4daa6;
}
.seaborn {
color: #85c1ae;
}
.blue-damselfly {
color: #3398db;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--green-trance:#a4daa6;
--seaborn:#85c1ae;
--blue-damselfly:#3398db;
}