Color names in this palette
CSS code for this palette
/* CSS */
.phoenix-flames {
color: #ffa31a;
}
.orange-quench {
color: #ffc05c;
}
.sunporch {
color: #ffd08a;
}
.whisper-yellow {
color: #ffe6b8;
}
.silky-tofu {
color: #fff5e5;
}
/* CSS Variables */
:root {
--phoenix-flames:#ffa31a;
--orange-quench:#ffc05c;
--sunporch:#ffd08a;
--whisper-yellow:#ffe6b8;
--silky-tofu:#fff5e5;
}