Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d4;
}
.mystic-tulip {
color: #f7b5a1;
}
.blush {
color: #f09d8e;
}
.watermelon-slice {
color: #e87c69;
}
.roman {
color: #d65c5e;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d4;
--mystic-tulip:#f7b5a1;
--blush:#f09d8e;
--watermelon-slice:#e87c69;
--roman:#d65c5e;
}