Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-kiss {
color: #3c101f;
}
.sehnsucht-red {
color: #8c2c36;
}
.sweet-mandarin {
color: #d4613a;
}
.raichu-orange {
color: #f5b038;
}
.vanilla-cake {
color: #fdf1c9;
}
/* CSS Variables */
:root {
--chocolate-kiss:#3c101f;
--sehnsucht-red:#8c2c36;
--sweet-mandarin:#d4613a;
--raichu-orange:#f5b038;
--vanilla-cake:#fdf1c9;
}