Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e5a4b2;
}
.cupid {
color: #f6b1c4;
}
.palace-rose {
color: #f9c8d5;
}
.dandelion-whisper {
color: #fdf1b4;
}
.neon-light {
color: #fede5d;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e5a4b2;
--cupid:#f6b1c4;
--palace-rose:#f9c8d5;
--dandelion-whisper:#fdf1b4;
--neon-light:#fede5d;
}