Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.prosecco {
color: #f9d6a4;
}
.majestic-treasures {
color: #f3e8a5;
}
.smooth-satin {
color: #a4d5d4;
}
.grey-blue {
color: #78a2b5;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--prosecco:#f9d6a4;
--majestic-treasures:#f3e8a5;
--smooth-satin:#a4d5d4;
--grey-blue:#78a2b5;
}