Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.arts-crafts-gold {
color: #f9c78b;
}
.yellow-petal {
color: #efe54d;
}
.crystal-green {
color: #a6d87d;
}
.aqueous {
color: #3a8e9c;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--arts-crafts-gold:#f9c78b;
--yellow-petal:#efe54d;
--crystal-green:#a6d87d;
--aqueous:#3a8e9c;
}