Color names in this palette
CSS code for this palette
/* CSS */
.maiden-s-blush {
color: #f3d2bf;
}
.alesan {
color: #f1c0a7;
}
.hazelnut-milk {
color: #f1a979;
}
.sizzling-sunset {
color: #e67d4c;
}
.reed-mace {
color: #c95c3b;
}
/* CSS Variables */
:root {
--maiden-s-blush:#f3d2bf;
--alesan:#f1c0a7;
--hazelnut-milk:#f1a979;
--sizzling-sunset:#e67d4c;
--reed-mace:#c95c3b;
}