Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.bastard-amber {
color: #ffcc8a;
}
.bicycle-yellow {
color: #ffe48a;
}
.nettle-rash {
color: #e4f6e8;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--bastard-amber:#ffcc8a;
--bicycle-yellow:#ffe48a;
--nettle-rash:#e4f6e8;
}