Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f6c2b6;
}
.soft-cashmere {
color: #e9b4d8;
}
.5 {
color: #f9d68b;
}
.quantum-effect {
color: #b2e1c5;
}
.emperor-s-children {
color: #f2a1b5;
}
/* CSS Variables */
:root {
--apricot-obsession:#f6c2b6;
--soft-cashmere:#e9b4d8;
--5:#f9d68b;
--quantum-effect:#b2e1c5;
--emperor-s-children:#f2a1b5;
}