Color names in this palette
CSS code for this palette
/* CSS */
.crystal-rapids {
color: #b0e3d1;
}
.light-budgie-blue {
color: #9ed6e5;
}
.antique-cameo {
color: #f5b8a3;
}
.peach-butter {
color: #fbaf3c;
}
.willow-herb {
color: #e8d9b5;
}
/* CSS Variables */
:root {
--crystal-rapids:#b0e3d1;
--light-budgie-blue:#9ed6e5;
--antique-cameo:#f5b8a3;
--peach-butter:#fbaf3c;
--willow-herb:#e8d9b5;
}