Color names in this palette
CSS code for this palette
/* CSS */
.dusty-gold {
color: #d9b99b;
}
.prosecco {
color: #f9d4a4;
}
.little-smile {
color: #fbd0e8;
}
.hot-aquarelle-pink {
color: #f8b4e0;
}
.pop-that-gum {
color: #f471b5;
}
/* CSS Variables */
:root {
--dusty-gold:#d9b99b;
--prosecco:#f9d4a4;
--little-smile:#fbd0e8;
--hot-aquarelle-pink:#f8b4e0;
--pop-that-gum:#f471b5;
}