Color names in this palette
CSS code for this palette
/* CSS */
.birthday-king {
color: #a0dab8;
}
.storm-lightning {
color: #f9e59f;
}
.brain-pink {
color: #f2b1b1;
}
.sundown {
color: #f5c99e;
}
.sweet-lilac {
color: #e9b9d0;
}
/* CSS Variables */
:root {
--birthday-king:#a0dab8;
--storm-lightning:#f9e59f;
--brain-pink:#f2b1b1;
--sundown:#f5c99e;
--sweet-lilac:#e9b9d0;
}