Color names in this palette
CSS code for this palette
/* CSS */
.old-fashioned-pink {
color: #f6c6cd;
}
.ballerina-pink {
color: #f9b9b9;
}
.candy-heart-pink {
color: #f7a1a1;
}
.blush {
color: #f4a090;
}
.buff-yellow {
color: #f2b969;
}
/* CSS Variables */
:root {
--old-fashioned-pink:#f6c6cd;
--ballerina-pink:#f9b9b9;
--candy-heart-pink:#f7a1a1;
--blush:#f4a090;
--buff-yellow:#f2b969;
}