Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #1e8f3c;
}
.sunny-mood {
color: #f5c84d;
}
.n-rang-orange {
color: #ff8052;
}
.bright-blue-violet {
color: #8a2ce2;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--green-ribbon:#1e8f3c;
--sunny-mood:#f5c84d;
--n-rang-orange:#ff8052;
--bright-blue-violet:#8a2ce2;
--secret-story:#ff1492;
}