Color names in this palette
CSS code for this palette
/* CSS */
.celestial-coral {
color: #d94554;
}
.strawberry-pink {
color: #ef6c7b;
}
.butternut {
color: #ffa175;
}
.tuscan-sun {
color: #ffd84d;
}
.fuzzy-duckling {
color: #ffe96b;
}
/* CSS Variables */
:root {
--celestial-coral:#d94554;
--strawberry-pink:#ef6c7b;
--butternut:#ffa175;
--tuscan-sun:#ffd84d;
--fuzzy-duckling:#ffe96b;
}