Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c2;
}
.chateau-rose {
color: #d9a1d0;
}
.delicate-ice {
color: #b4d1e4;
}
.blue-green-gem {
color: #7fc7c5;
}
.garish-green {
color: #4fbf8f;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c2;
--chateau-rose:#d9a1d0;
--delicate-ice:#b4d1e4;
--blue-green-gem:#7fc7c5;
--garish-green:#4fbf8f;
}