Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f9c6b4;
}
.rustique {
color: #f6beb1;
}
.pink-eraser {
color: #f4a29a;
}
.evening-sunset {
color: #efad6c;
}
.suntan {
color: #d7b19d;
}
/* CSS Variables */
:root {
--apricot-obsession:#f9c6b4;
--rustique:#f6beb1;
--pink-eraser:#f4a29a;
--evening-sunset:#efad6c;
--suntan:#d7b19d;
}