Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.chocolate-sparkle {
color: #8c6e6e;
}
.hatoba-nezumi-grey {
color: #a08d8d;
}
.centennial-rose {
color: #b5a6a6;
}
.just-gorgeous {
color: #d6c2c2;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--chocolate-sparkle:#8c6e6e;
--hatoba-nezumi-grey:#a08d8d;
--centennial-rose:#b5a6a6;
--just-gorgeous:#d6c2c2;
}