Color names in this palette
CSS code for this palette
/* CSS */
.favorite-lavender {
color: #d9a1d6;
}
.cotton-candy-aesthetic {
color: #f5b8de;
}
.lion-cub {
color: #f8d0a5;
}
.gentlemann-s-business-pants {
color: #f3e58c;
}
.goldsmith {
color: #f2b650;
}
/* CSS Variables */
:root {
--favorite-lavender:#d9a1d6;
--cotton-candy-aesthetic:#f5b8de;
--lion-cub:#f8d0a5;
--gentlemann-s-business-pants:#f3e58c;
--goldsmith:#f2b650;
}