Color names in this palette
CSS code for this palette
/* CSS */
.newman-s-eye {
color: #b3c7df;
}
.pink-chalk {
color: #f5a3b8;
}
.solaria {
color: #f4d690;
}
.frosted-hills {
color: #a4efad;
}
.usubeni-red {
color: #f16a6c;
}
/* CSS Variables */
:root {
--newman-s-eye:#b3c7df;
--pink-chalk:#f5a3b8;
--solaria:#f4d690;
--frosted-hills:#a4efad;
--usubeni-red:#f16a6c;
}