Color names in this palette
CSS code for this palette
/* CSS */
.preppy-rose {
color: #d35f8b;
}
.tickled-pink {
color: #f1a7c3;
}
.marigold-dust {
color: #f4cf3e;
}
.crystal-green {
color: #a3d87d;
}
.sour-cherry {
color: #df4b34;
}
/* CSS Variables */
:root {
--preppy-rose:#d35f8b;
--tickled-pink:#f1a7c3;
--marigold-dust:#f4cf3e;
--crystal-green:#a3d87d;
--sour-cherry:#df4b34;
}