Color names in this palette
CSS code for this palette
/* CSS */
.fairy-sparkles {
color: #b1def7;
}
.apricot-obsession {
color: #f9c3b4;
}
.rogue-pink {
color: #f6a2bf;
}
.trapunto {
color: #f6eab6;
}
.grape-green {
color: #a8e4a0;
}
/* CSS Variables */
:root {
--fairy-sparkles:#b1def7;
--apricot-obsession:#f9c3b4;
--rogue-pink:#f6a2bf;
--trapunto:#f6eab6;
--grape-green:#a8e4a0;
}