Color names in this palette
CSS code for this palette
/* CSS */
.ballet-rose {
color: #d6a9b1;
}
.spring-yellow {
color: #f2e17d;
}
.arts-crafts-gold {
color: #f5c88a;
}
.goku-orange {
color: #f57d3d;
}
.phoenix-red {
color: #e0705c;
}
/* CSS Variables */
:root {
--ballet-rose:#d6a9b1;
--spring-yellow:#f2e17d;
--arts-crafts-gold:#f5c88a;
--goku-orange:#f57d3d;
--phoenix-red:#e0705c;
}