Color names in this palette
CSS code for this palette
/* CSS */
.living-coral {
color: #ff6952;
}
.salmon-orange {
color: #ff906b;
}
.vintage-orange {
color: #ffb05c;
}
.hint-of-honey {
color: #ffd86b;
}
.fuzzy-duckling {
color: #ffe96b;
}
/* CSS Variables */
:root {
--living-coral:#ff6952;
--salmon-orange:#ff906b;
--vintage-orange:#ffb05c;
--hint-of-honey:#ffd86b;
--fuzzy-duckling:#ffe96b;
}