Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.island-girl {
color: #ffb499;
}
.peach-orange {
color: #ffce99;
}
.so-this-is-love {
color: #ffe0f1;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--island-girl:#ffb499;
--peach-orange:#ffce99;
--so-this-is-love:#ffe0f1;
}