Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.shrimp-toast {
color: #f7c5a1;
}
.palace-rose {
color: #f7cad7;
}
.light-violet {
color: #d6acfb;
}
.chefchaouen-blue {
color: #a4d1e5;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--shrimp-toast:#f7c5a1;
--palace-rose:#f7cad7;
--light-violet:#d6acfb;
--chefchaouen-blue:#a4d1e5;
}