Color names in this palette
CSS code for this palette
/* CSS */
.taffy-pink {
color: #f8a5c8;
}
.fireflies {
color: #f6d9a7;
}
.soft-butter {
color: #f4e2b8;
}
.southern-belle {
color: #a5d9c6;
}
.dublin-jack {
color: #6bae8c;
}
/* CSS Variables */
:root {
--taffy-pink:#f8a5c8;
--fireflies:#f6d9a7;
--soft-butter:#f4e2b8;
--southern-belle:#a5d9c6;
--dublin-jack:#6bae8c;
}