Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f8e4b9;
}
.first-date {
color: #f4b19f;
}
.shadow-azalea-pink {
color: #e76a9a;
}
.kirby {
color: #d44993;
}
.hyacinth-violet {
color: #994f9c;
}
/* CSS Variables */
:root {
--gentle-glow:#f8e4b9;
--first-date:#f4b19f;
--shadow-azalea-pink:#e76a9a;
--kirby:#d44993;
--hyacinth-violet:#994f9c;
}