Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.minuette {
color: #d17a93;
}
.clay-mug {
color: #d47c59;
}
.allspice {
color: #f5cca8;
}
.menoth-white-base {
color: #f1e8b7;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--minuette:#d17a93;
--clay-mug:#d47c59;
--allspice:#f5cca8;
--menoth-white-base:#f1e8b7;
}