Color names in this palette
CSS code for this palette
/* CSS */
.bright-spark {
color: #76c0e0;
}
.ballet-slippers {
color: #f7a1b1;
}
.star-studded {
color: #f9ebae;
}
.ginger-milk {
color: #f6a355;
}
.medium-vermilion {
color: #d95d3a;
}
/* CSS Variables */
:root {
--bright-spark:#76c0e0;
--ballet-slippers:#f7a1b1;
--star-studded:#f9ebae;
--ginger-milk:#f6a355;
--medium-vermilion:#d95d3a;
}