Color names in this palette
CSS code for this palette
/* CSS */
.classic-rose {
color: #f9c8e5;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.blue-click {
color: #a6d7e8;
}
.brain-pink {
color: #f2b1b1;
}
.apricot-obsession {
color: #f8c6b4;
}
/* CSS Variables */
:root {
--classic-rose:#f9c8e5;
--lemon-ice-yellow:#f7e2a6;
--blue-click:#a6d7e8;
--brain-pink:#f2b1b1;
--apricot-obsession:#f8c6b4;
}