Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.bastard-amber {
color: #ffcc8a;
}
.sp-tzle-yellow {
color: #ffed8a;
}
.everest {
color: #a1e8e5;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--bastard-amber:#ffcc8a;
--sp-tzle-yellow:#ffed8a;
--everest:#a1e8e5;
}