Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.bastard-amber {
color: #ffca8a;
}
.pickled-ginger {
color: #ffe057;
}
.grotesque-green {
color: #6ce586;
}
.ming-green {
color: #3dbd7d;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--bastard-amber:#ffca8a;
--pickled-ginger:#ffe057;
--grotesque-green:#6ce586;
--ming-green:#3dbd7d;
}