Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.cherished-one {
color: #ff8f8f;
}
.baby-pink {
color: #ffb8d1;
}
.grass-pink-orchid {
color: #c880ff;
}
.shy-moment {
color: #a3a6ff;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--cherished-one:#ff8f8f;
--baby-pink:#ffb8d1;
--grass-pink-orchid:#c880ff;
--shy-moment:#a3a6ff;
}