Color names in this palette
CSS code for this palette
/* CSS */
.bordeaux-hint {
color: #f0b7e4;
}
.violet-kiss {
color: #f4a4d8;
}
.violet-kiss {
color: #f19dcf;
}
.pastel-magenta {
color: #f490bb;
}
.sachet-pink {
color: #f78db2;
}
/* CSS Variables */
:root {
--bordeaux-hint:#f0b7e4;
--violet-kiss:#f4a4d8;
--violet-kiss:#f19dcf;
--pastel-magenta:#f490bb;
--sachet-pink:#f78db2;
}