Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b7;
}
.palace-rose {
color: #f8c9d5;
}
.japan-blush {
color: #e0d7f4;
}
.crystal-river {
color: #b2e5f0;
}
.shaded-sun {
color: #f6eba7;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b7;
--palace-rose:#f8c9d5;
--japan-blush:#e0d7f4;
--crystal-river:#b2e5f0;
--shaded-sun:#f6eba7;
}