Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.cherished-one {
color: #ff8f94;
}
.pink-dream {
color: #ff9ea0;
}
.curtsy {
color: #ffd4b8;
}
.sand-crystal {
color: #ffeedb;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--cherished-one:#ff8f94;
--pink-dream:#ff9ea0;
--curtsy:#ffd4b8;
--sand-crystal:#ffeedb;
}