Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-peel {
color: #ff9d00;
}
.dream-of-spring {
color: #f6d12c;
}
.tropical-light {
color: #a3d86e;
}
.greek-sea {
color: #6da5e8;
}
.ashton-blue {
color: #4a7eba;
}
/* CSS Variables */
:root {
--mandarin-peel:#ff9d00;
--dream-of-spring:#f6d12c;
--tropical-light:#a3d86e;
--greek-sea:#6da5e8;
--ashton-blue:#4a7eba;
}