Color names in this palette
CSS code for this palette
/* CSS */
.dull-apricot {
color: #d09a9a;
}
.kerr-s-pink-potato {
color: #b57381;
}
.cranbrook {
color: #a6596f;
}
.parfait-pink {
color: #e4b4c5;
}
.smidgen-of-love {
color: #f2cad8;
}
/* CSS Variables */
:root {
--dull-apricot:#d09a9a;
--kerr-s-pink-potato:#b57381;
--cranbrook:#a6596f;
--parfait-pink:#e4b4c5;
--smidgen-of-love:#f2cad8;
}