Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f3a0af;
}
.chai-latte {
color: #f9c89f;
}
.storm-lightning {
color: #f9e89f;
}
.lolly-ice {
color: #a6d8d2;
}
.sky-blue {
color: #9fb7e0;
}
/* CSS Variables */
:root {
--sweet-60:#f3a0af;
--chai-latte:#f9c89f;
--storm-lightning:#f9e89f;
--lolly-ice:#a6d8d2;
--sky-blue:#9fb7e0;
}