Color names in this palette
CSS code for this palette
/* CSS */
.plum-caspia {
color: #62284d;
}
.bonbon-red {
color: #8a3d6b;
}
.pink-hibiscus {
color: #b56983;
}
.prayer-flag {
color: #d59b6d;
}
.goldfish {
color: #f0af60;
}
/* CSS Variables */
:root {
--plum-caspia:#62284d;
--bonbon-red:#8a3d6b;
--pink-hibiscus:#b56983;
--prayer-flag:#d59b6d;
--goldfish:#f0af60;
}