Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.peach-damask {
color: #f8c5aa;
}
.hawaiian-cream {
color: #f9e6b9;
}
.southern-belle {
color: #a2d8c2;
}
.mermaid-s-kiss {
color: #5ac49f;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--peach-damask:#f8c5aa;
--hawaiian-cream:#f9e6b9;
--southern-belle:#a2d8c2;
--mermaid-s-kiss:#5ac49f;
}