Color names in this palette
CSS code for this palette
/* CSS */
.honey-tone {
color: #f8db9b;
}
.citrus-sachet {
color: #f1c6a7;
}
.beauty-bush {
color: #eab8b3;
}
.gizmo {
color: #d6a4b9;
}
.grape-illusion {
color: #b7a2d7;
}
/* CSS Variables */
:root {
--honey-tone:#f8db9b;
--citrus-sachet:#f1c6a7;
--beauty-bush:#eab8b3;
--gizmo:#d6a4b9;
--grape-illusion:#b7a2d7;
}