Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1af;
}
.golden-corn {
color: #f2b46e;
}
.march-yellow {
color: #f1d788;
}
.turquoise-tower {
color: #a6e3d0;
}
.blue-mana {
color: #6ab7f6;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1af;
--golden-corn:#f2b46e;
--march-yellow:#f1d788;
--turquoise-tower:#a6e3d0;
--blue-mana:#6ab7f6;
}