Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #f8583f;
}
.double-dragon {
color: #f8a23f;
}
.marigold-dust {
color: #f8d03f;
}
.biotic-grasp {
color: #e9f240;
}
.mint-tonic {
color: #a1f2a1;
}
/* CSS Variables */
:root {
--orange-soda:#f8583f;
--double-dragon:#f8a23f;
--marigold-dust:#f8d03f;
--biotic-grasp:#e9f240;
--mint-tonic:#a1f2a1;
}