Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d5a7;
}
.sweet-lilac {
color: #eab8d1;
}
.perfume {
color: #c3a7e6;
}
.artesian-pool {
color: #a3c2e0;
}
.calabrese {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d5a7;
--sweet-lilac:#eab8d1;
--perfume:#c3a7e6;
--artesian-pool:#a3c2e0;
--calabrese:#f6a9a2;
}