Color names in this palette
CSS code for this palette
/* CSS */
.sheer-lavender {
color: #f0e0f0;
}
.barely-bloomed {
color: #e0aee0;
}
.flirty-rose {
color: #d7609a;
}
.n-rang-orange {
color: #ff8052;
}
.be-daring {
color: #ffca42;
}
/* CSS Variables */
:root {
--sheer-lavender:#f0e0f0;
--barely-bloomed:#e0aee0;
--flirty-rose:#d7609a;
--n-rang-orange:#ff8052;
--be-daring:#ffca42;
}