Color names in this palette
CSS code for this palette
/* CSS */
.bellagio-fountains {
color: #b9e2f3;
}
.sinbad {
color: #a4d6d0;
}
.bright-ube {
color: #d6a4e5;
}
.tickled-pink {
color: #f1a7c2;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--bellagio-fountains:#b9e2f3;
--sinbad:#a4d6d0;
--bright-ube:#d6a4e5;
--tickled-pink:#f1a7c2;
--marigold-dust:#f4cf3e;
}