Color names in this palette
CSS code for this palette
/* CSS */
.bonbon-red {
color: #8e3e6d;
}
.guppy-violet {
color: #b25c83;
}
.tobermory {
color: #d69c9a;
}
.peach-damask {
color: #f9c6a4;
}
.dandelion-whisper {
color: #fef3b4;
}
/* CSS Variables */
:root {
--bonbon-red:#8e3e6d;
--guppy-violet:#b25c83;
--tobermory:#d69c9a;
--peach-damask:#f9c6a4;
--dandelion-whisper:#fef3b4;
}