Color names in this palette
CSS code for this palette
/* CSS */
.fishy-house {
color: #1e9f87;
}
.mint-jelly {
color: #3ed0a4;
}
.fair-aqua {
color: #b5e3d9;
}
.roseberry {
color: #f3a4a0;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--fishy-house:#1e9f87;
--mint-jelly:#3ed0a4;
--fair-aqua:#b5e3d9;
--roseberry:#f3a4a0;
--n-rang-orange:#ff8052;
}