Color names in this palette
CSS code for this palette
/* CSS */
.syrian-violet {
color: #e0c5e7;
}
.early-forget-me-not {
color: #b7e5f0;
}
.green-trance {
color: #a4daa6;
}
.storm-lightning {
color: #f9e89f;
}
.old-flame {
color: #f4b8b8;
}
/* CSS Variables */
:root {
--syrian-violet:#e0c5e7;
--early-forget-me-not:#b7e5f0;
--green-trance:#a4daa6;
--storm-lightning:#f9e89f;
--old-flame:#f4b8b8;
}