Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.peach-pink {
color: #ff998a;
}
.reddish-banana {
color: #ffbd8a;
}
.dynamic-yellow {
color: #ffe46b;
}
.chilled-lemonade {
color: #ffeb94;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--peach-pink:#ff998a;
--reddish-banana:#ffbd8a;
--dynamic-yellow:#ffe46b;
--chilled-lemonade:#ffeb94;
}