Color names in this palette
CSS code for this palette
/* CSS */
.prayer-flag {
color: #d19b6b;
}
.pink-fit {
color: #f8a5b3;
}
.matt-pink {
color: #ffb8c1;
}
.beef-hotpot {
color: #a85f2e;
}
.frangipani {
color: #fdd6a0;
}
/* CSS Variables */
:root {
--prayer-flag:#d19b6b;
--pink-fit:#f8a5b3;
--matt-pink:#ffb8c1;
--beef-hotpot:#a85f2e;
--frangipani:#fdd6a0;
}