Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e1;
}
.chefchaouen-blue {
color: #a4d0e5;
}
.lemon-ice-yellow {
color: #f6e2a7;
}
.peach-punch {
color: #f69898;
}
.perfume {
color: #c2a6e3;
}
/* CSS Variables */
:root {
--rosecco:#eab8e1;
--chefchaouen-blue:#a4d0e5;
--lemon-ice-yellow:#f6e2a7;
--peach-punch:#f69898;
--perfume:#c2a6e3;
}