Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.lips-of-apricot {
color: #f8cfaf;
}
.gentle-glow {
color: #f8e6b9;
}
.rockmelon-rind {
color: #d5e2b1;
}
.ocean-cruise {
color: #9fd4df;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--lips-of-apricot:#f8cfaf;
--gentle-glow:#f8e6b9;
--rockmelon-rind:#d5e2b1;
--ocean-cruise:#9fd4df;
}