Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-orange {
color: #f06938;
}
.rajah {
color: #f9a65d;
}
.song-of-summer {
color: #fce7b6;
}
.light-budgie-blue {
color: #a0d4e9;
}
.aquatic-green {
color: #4c9a9a;
}
/* CSS Variables */
:root {
--mandarin-orange:#f06938;
--rajah:#f9a65d;
--song-of-summer:#fce7b6;
--light-budgie-blue:#a0d4e9;
--aquatic-green:#4c9a9a;
}