Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.welcoming-wasp {
color: #f0a800;
}
.fading-ember {
color: #e26f1d;
}
.painted-poppy {
color: #c84f3c;
}
.bluebird-feather {
color: #6e9faf;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--welcoming-wasp:#f0a800;
--fading-ember:#e26f1d;
--painted-poppy:#c84f3c;
--bluebird-feather:#6e9faf;
}