Color names in this palette
CSS code for this palette
/* CSS */
.pensive-pink {
color: #eab6ae;
}
.cloud-pink {
color: #f4d1c8;
}
.ballet-white {
color: #f3e6d8;
}
.noodles {
color: #f9e4b4;
}
.gobi-sand {
color: #d5a86d;
}
/* CSS Variables */
:root {
--pensive-pink:#eab6ae;
--cloud-pink:#f4d1c8;
--ballet-white:#f3e6d8;
--noodles:#f9e4b4;
--gobi-sand:#d5a86d;
}