Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.pinenut {
color: #f7d7b6;
}
.lasting-thoughts {
color: #d1e7b1;
}
.sea-cliff {
color: #a3c7e0;
}
.blue-gourami {
color: #6c9cda;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--pinenut:#f7d7b6;
--lasting-thoughts:#d1e7b1;
--sea-cliff:#a3c7e0;
--blue-gourami:#6c9cda;
}