Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e7b1c1;
}
.sundown {
color: #f5c99e;
}
.storm-lightning {
color: #f9e79f;
}
.green-trance {
color: #a4daa6;
}
.seaborn {
color: #85c1ae;
}
/* CSS Variables */
:root {
--athena-pink:#e7b1c1;
--sundown:#f5c99e;
--storm-lightning:#f9e79f;
--green-trance:#a4daa6;
--seaborn:#85c1ae;
}