Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.ibis {
color: #f2b5c2;
}
.dream-land {
color: #eeb4e5;
}
.crystal-river {
color: #b2e3f0;
}
.green-trance {
color: #a5d9a1;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--ibis:#f2b5c2;
--dream-land:#eeb4e5;
--crystal-river:#b2e3f0;
--green-trance:#a5d9a1;
}