Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff9b8a;
}
.curtsy {
color: #ffd4b8;
}
.south-shore-sun {
color: #ffda9e;
}
.icicle-mint {
color: #d0e7e5;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff9b8a;
--curtsy:#ffd4b8;
--south-shore-sun:#ffda9e;
--icicle-mint:#d0e7e5;
}