Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hard-candy {
color: #ffb8ba;
}
.m-white {
color: #f5f5ff;
}
.seaglass {
color: #d0e7df;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hard-candy:#ffb8ba;
--m-white:#f5f5ff;
--seaglass:#d0e7df;
--semi-sweet-chocolate:#6a4125;
}