Color names in this palette
CSS code for this palette
/* CSS */
.blue-bows {
color: #a5c4d4;
}
.muntok-white-pepper {
color: #d4a16e;
}
.garden-party {
color: #e1a3b6;
}
.radiant-sun {
color: #f3ca4f;
}
.luscious {
color: #8c3b4a;
}
/* CSS Variables */
:root {
--blue-bows:#a5c4d4;
--muntok-white-pepper:#d4a16e;
--garden-party:#e1a3b6;
--radiant-sun:#f3ca4f;
--luscious:#8c3b4a;
}