Color names in this palette
CSS code for this palette
/* CSS */
.pismo-dunes {
color: #f6d6a2;
}
.first-date {
color: #f4b69f;
}
.rogue-pink {
color: #f3a5c3;
}
.lavender-rose {
color: #f2a1df;
}
.candy-floss {
color: #e9a5e0;
}
/* CSS Variables */
:root {
--pismo-dunes:#f6d6a2;
--first-date:#f4b69f;
--rogue-pink:#f3a5c3;
--lavender-rose:#f2a1df;
--candy-floss:#e9a5e0;
}