Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.dwarven-peaches {
color: #ffa07a;
}
.pickled-ginger {
color: #ffe057;
}
.aurora-green {
color: #6fdc8b;
}
.calico-dress {
color: #3b4c68;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--dwarven-peaches:#ffa07a;
--pickled-ginger:#ffe057;
--aurora-green:#6fdc8b;
--calico-dress:#3b4c68;
}