Color names in this palette
CSS code for this palette
/* CSS */
.raichu-orange {
color: #f6a83c;
}
.little-sun-dress {
color: #f7c95e;
}
.banana-br-l-e {
color: #f9eab9;
}
.iced-aqua {
color: #a6d4d9;
}
.little-boy-blue {
color: #6d93d9;
}
/* CSS Variables */
:root {
--raichu-orange:#f6a83c;
--little-sun-dress:#f7c95e;
--banana-br-l-e:#f9eab9;
--iced-aqua:#a6d4d9;
--little-boy-blue:#6d93d9;
}