Color names in this palette
CSS code for this palette
/* CSS */
.aphroditean-fuchsia {
color: #e713b6;
}
.candy-bar {
color: #fdbad6;
}
.matt-pink {
color: #feb4c0;
}
.elegant-light-rose {
color: #fec8ca;
}
.sheer-rosebud {
color: #fee8e7;
}
/* CSS Variables */
:root {
--aphroditean-fuchsia:#e713b6;
--candy-bar:#fdbad6;
--matt-pink:#feb4c0;
--elegant-light-rose:#fec8ca;
--sheer-rosebud:#fee8e7;
}