Color names in this palette
CSS code for this palette
/* CSS */
.bunny-cake {
color: #f0b2d0;
}
.prettiest-pink {
color: #e6a3c9;
}
.pink-fit {
color: #f2a6b1;
}
.amber-yellow {
color: #f6b55a;
}
.golden-beryl-yellow {
color: #dba400;
}
/* CSS Variables */
:root {
--bunny-cake:#f0b2d0;
--prettiest-pink:#e6a3c9;
--pink-fit:#f2a6b1;
--amber-yellow:#f6b55a;
--golden-beryl-yellow:#dba400;
}