Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.trapunto {
color: #f6e8b6;
}
.lasting-thoughts {
color: #d8e8b0;
}
.frugal {
color: #a4dab5;
}
.blue-charm {
color: #83c1d8;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--trapunto:#f6e8b6;
--lasting-thoughts:#d8e8b0;
--frugal:#a4dab5;
--blue-charm:#83c1d8;
}