Color names in this palette
CSS code for this palette
/* CSS */
.patchwork-pink {
color: #c2a79e;
}
.sumptuous-peach {
color: #e5b89a;
}
.radome-tan {
color: #f1c7a2;
}
.milky-maize {
color: #f6d9a2;
}
.limitless {
color: #efdbb8;
}
/* CSS Variables */
:root {
--patchwork-pink:#c2a79e;
--sumptuous-peach:#e5b89a;
--radome-tan:#f1c7a2;
--milky-maize:#f6d9a2;
--limitless:#efdbb8;
}