Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a3;
}
.deviled-egg {
color: #fbd679;
}
.lemon-peel {
color: #ffee80;
}
.southern-belle {
color: #a6d8c1;
}
.cathedral-glass {
color: #7c9a9c;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a3;
--deviled-egg:#fbd679;
--lemon-peel:#ffee80;
--southern-belle:#a6d8c1;
--cathedral-glass:#7c9a9c;
}