Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.conch-shell {
color: #ff8a9d;
}
.baby-s-blanket {
color: #ffadbf;
}
.powdered-peach {
color: #ffe5d1;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--conch-shell:#ff8a9d;
--baby-s-blanket:#ffadbf;
--powdered-peach:#ffe5d1;
--vanilla-shake:#fffbf0;
}