Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.venetian-rose {
color: #f1c6e0;
}
.sweet-taffy {
color: #eab8d2;
}
.melrose {
color: #c3b3e0;
}
.baby-blue-eyes {
color: #a5c3f3;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--venetian-rose:#f1c6e0;
--sweet-taffy:#eab8d2;
--melrose:#c3b3e0;
--baby-blue-eyes:#a5c3f3;
}