Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f4a4b5;
}
.palace-rose {
color: #f9c8d4;
}
.hepatica {
color: #fce3e8;
}
.urnebes-beige {
color: #ffebc2;
}
.lion-cub {
color: #f9cfa4;
}
/* CSS Variables */
:root {
--pink-fit:#f4a4b5;
--palace-rose:#f9c8d4;
--hepatica:#fce3e8;
--urnebes-beige:#ffebc2;
--lion-cub:#f9cfa4;
}