Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.palace-rose {
color: #f6cbd4;
}
.pinenut {
color: #f8d8b9;
}
.welcoming-wasp {
color: #f0a800;
}
.orange-pepper {
color: #d67900;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--palace-rose:#f6cbd4;
--pinenut:#f8d8b9;
--welcoming-wasp:#f0a800;
--orange-pepper:#d67900;
}