Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.venetian-yellow {
color: #f8e2a0;
}
.lasting-thoughts {
color: #d0e7b1;
}
.sea-cliff {
color: #a3c6e0;
}
.high-style {
color: #a6b5d9;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--venetian-yellow:#f8e2a0;
--lasting-thoughts:#d0e7b1;
--sea-cliff:#a3c6e0;
--high-style:#a6b5d9;
}