Color names in this palette
CSS code for this palette
/* CSS */
.khaki-core {
color: #f9e6ae;
}
.apricot-obsession {
color: #f6c2b6;
}
.think-pink {
color: #e6a7c3;
}
.damson-plum {
color: #d79cde;
}
.lavender-blossom {
color: #b286e4;
}
/* CSS Variables */
:root {
--khaki-core:#f9e6ae;
--apricot-obsession:#f6c2b6;
--think-pink:#e6a7c3;
--damson-plum:#d79cde;
--lavender-blossom:#b286e4;
}