Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a6e2df;
}
.jaguar-rose {
color: #f1b1b8;
}
.applesauce {
color: #f8d69b;
}
.radiant-sun {
color: #f3ca4f;
}
.usubeni-red {
color: #f66a6a;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a6e2df;
--jaguar-rose:#f1b1b8;
--applesauce:#f8d69b;
--radiant-sun:#f3ca4f;
--usubeni-red:#f66a6a;
}