Color names in this palette
CSS code for this palette
/* CSS */
.rose-linen {
color: #e5ae9f;
}
.prairie-rose {
color: #f2c9c0;
}
.melon-pink {
color: #f1d3c6;
}
.heart-to-heart {
color: #d2a7c5;
}
.pale-frost {
color: #c5e1f2;
}
/* CSS Variables */
:root {
--rose-linen:#e5ae9f;
--prairie-rose:#f2c9c0;
--melon-pink:#f1d3c6;
--heart-to-heart:#d2a7c5;
--pale-frost:#c5e1f2;
}