Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.desert-sunrise {
color: #ffb68f;
}
.pina {
color: #ffd97a;
}
.frozen-forest {
color: #cfe6b3;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--desert-sunrise:#ffb68f;
--pina:#ffd97a;
--frozen-forest:#cfe6b3;
}