Color names in this palette
CSS code for this palette
/* CSS */
.kerr-s-pink-potato {
color: #b57381;
}
.dull-apricot {
color: #d09a9a;
}
.rose-aspect {
color: #f1c6c6;
}
.orange-confection {
color: #f4e3d2;
}
.aria-ivory {
color: #f9e7d7;
}
/* CSS Variables */
:root {
--kerr-s-pink-potato:#b57381;
--dull-apricot:#d09a9a;
--rose-aspect:#f1c6c6;
--orange-confection:#f4e3d2;
--aria-ivory:#f9e7d7;
}