Color names in this palette
CSS code for this palette
/* CSS */
.love-red {
color: #ff4d6d;
}
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.banana-yellow {
color: #ffe033;
}
.bathe-blue {
color: #c2dfe5;
}
/* CSS Variables */
:root {
--love-red:#ff4d6d;
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--banana-yellow:#ffe033;
--bathe-blue:#c2dfe5;
}