Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f7b1b5;
}
.citrus-sachet {
color: #f5c9a8;
}
.buttery-croissant {
color: #f2e19c;
}
.yucca-cream {
color: #a2d7c8;
}
.blue-gourami {
color: #6c9cda;
}
/* CSS Variables */
:root {
--precious-pink:#f7b1b5;
--citrus-sachet:#f5c9a8;
--buttery-croissant:#f2e19c;
--yucca-cream:#a2d7c8;
--blue-gourami:#6c9cda;
}