Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.dwarven-peaches {
color: #ffa07a;
}
.vibrant {
color: #ffd54d;
}
.just-a-fairytale {
color: #6b5b95;
}
.ripe-pumpkin {
color: #feb134;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--dwarven-peaches:#ffa07a;
--vibrant:#ffd54d;
--just-a-fairytale:#6b5b95;
--ripe-pumpkin:#feb134;
}