Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f3b4c4;
}
.shrimp-toast {
color: #f7c5a1;
}
.applesauce {
color: #f9d89a;
}
.venetian-yellow {
color: #f5e69e;
}
.lasting-thoughts {
color: #d1e9af;
}
/* CSS Variables */
:root {
--rhodonite:#f3b4c4;
--shrimp-toast:#f7c5a1;
--applesauce:#f9d89a;
--venetian-yellow:#f5e69e;
--lasting-thoughts:#d1e9af;
}