Color names in this palette
CSS code for this palette
/* CSS */
.french-plum {
color: #891551;
}
.paradise-pink {
color: #e03e61;
}
.bittersweet {
color: #ff9d52;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
.aged-plastic-casing {
color: #fffb8a;
}
/* CSS Variables */
:root {
--french-plum:#891551;
--paradise-pink:#e03e61;
--bittersweet:#ff9d52;
--kuchinashi-yellow:#ffdb4d;
--aged-plastic-casing:#fffb8a;
}