Color names in this palette
CSS code for this palette
/* CSS */
.tanami-desert {
color: #d3b15a;
}
.leaf-yellow {
color: #e9d79f;
}
.petals-unfolding {
color: #f2bac4;
}
.highlighter-pink {
color: #f05c7c;
}
.disco {
color: #8e294d;
}
/* CSS Variables */
:root {
--tanami-desert:#d3b15a;
--leaf-yellow:#e9d79f;
--petals-unfolding:#f2bac4;
--highlighter-pink:#f05c7c;
--disco:#8e294d;
}