Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f9c69f;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.burning-orange {
color: #ff6d29;
}
.tail-lights {
color: #d84b18;
}
.azshara-vein {
color: #b13b10;
}
/* CSS Variables */
:root {
--shrimp-toast:#f9c69f;
--fresh-cantaloupe:#ff9e66;
--burning-orange:#ff6d29;
--tail-lights:#d84b18;
--azshara-vein:#b13b10;
}