Color names in this palette
CSS code for this palette
/* CSS */
.little-baby-girl {
color: #f9b9d3;
}
.sweet-heart {
color: #e5a9b4;
}
.rosewood-apricot {
color: #d29d9f;
}
.brandy-snaps {
color: #b58f8c;
}
.rocket-metallic {
color: #898080;
}
/* CSS Variables */
:root {
--little-baby-girl:#f9b9d3;
--sweet-heart:#e5a9b4;
--rosewood-apricot:#d29d9f;
--brandy-snaps:#b58f8c;
--rocket-metallic:#898080;
}