Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.guava-jelly {
color: #f19388;
}
.plum-point {
color: #d6bce1;
}
.mountain-mint {
color: #a9dfbf;
}
.shockwave {
color: #72c5b5;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--guava-jelly:#f19388;
--plum-point:#d6bce1;
--mountain-mint:#a9dfbf;
--shockwave:#72c5b5;
}