Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b1;
}
.roseate-spoonbill {
color: #e4afc3;
}
.lavender-water {
color: #d4c8df;
}
.refreshing-pool {
color: #b7e3e6;
}
.silent-ripple {
color: #a9e5e0;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b1;
--roseate-spoonbill:#e4afc3;
--lavender-water:#d4c8df;
--refreshing-pool:#b7e3e6;
--silent-ripple:#a9e5e0;
}