Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.shrimp-toast {
color: #f9c69f;
}
.solar {
color: #fceab6;
}
.lasting-thoughts {
color: #d3e8b0;
}
.refresh {
color: #a4d6c7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--shrimp-toast:#f9c69f;
--solar:#fceab6;
--lasting-thoughts:#d3e8b0;
--refresh:#a4d6c7;
}