Color names in this palette
CSS code for this palette
/* CSS */
.undertow {
color: #799a99;
}
.rhodonite {
color: #f2b1c4;
}
.nanohanacha-gold {
color: #e6b22d;
}
.crushed-berries {
color: #d55d99;
}
.southern-belle {
color: #a6d8c6;
}
/* CSS Variables */
:root {
--undertow:#799a99;
--rhodonite:#f2b1c4;
--nanohanacha-gold:#e6b22d;
--crushed-berries:#d55d99;
--southern-belle:#a6d8c6;
}