Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.goldenrod-yellow {
color: #ffcd8f;
}
.sun-drenched {
color: #ffe5a3;
}
.la-vie-en-rose {
color: #d4a5a5;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--goldenrod-yellow:#ffcd8f;
--sun-drenched:#ffe5a3;
--la-vie-en-rose:#d4a5a5;
}