Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.shadowed-steel {
color: #4a4a4a;
}
.pinque {
color: #f0a3b1;
}
.garden-glory {
color: #ffc2d0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--wildflower-bouquet:#ffb3b3;
--shadowed-steel:#4a4a4a;
--pinque:#f0a3b1;
--garden-glory:#ffc2d0;
}