Color names in this palette
CSS code for this palette
/* CSS */
.daah-ling {
color: #a85d7c;
}
.strawberry-milkshake {
color: #d06c8a;
}
.rhodonite {
color: #f4b4c7;
}
.dilly-dally {
color: #f3df5e;
}
.crunch {
color: #f4ba5d;
}
/* CSS Variables */
:root {
--daah-ling:#a85d7c;
--strawberry-milkshake:#d06c8a;
--rhodonite:#f4b4c7;
--dilly-dally:#f3df5e;
--crunch:#f4ba5d;
}