Color names in this palette
CSS code for this palette
/* CSS */
.hopeful {
color: #f4d2e1;
}
.larkspur-bud {
color: #b5c1e8;
}
.ocean-cruise {
color: #9ed3e0;
}
.gentle-glow {
color: #f7e5bb;
}
.mystic-tulip {
color: #f7b5a1;
}
/* CSS Variables */
:root {
--hopeful:#f4d2e1;
--larkspur-bud:#b5c1e8;
--ocean-cruise:#9ed3e0;
--gentle-glow:#f7e5bb;
--mystic-tulip:#f7b5a1;
}