Color names in this palette
CSS code for this palette
/* CSS */
.parfait-d-amour {
color: #6b4c9a;
}
.our-little-secret {
color: #a84d74;
}
.first-date {
color: #f4b1a4;
}
.durango-dust {
color: #f9e49f;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--parfait-d-amour:#6b4c9a;
--our-little-secret:#a84d74;
--first-date:#f4b1a4;
--durango-dust:#f9e49f;
--sunny-mood:#f7c94b;
}