Color names in this palette
CSS code for this palette
/* CSS */
.celestial-blue {
color: #2a4d6a;
}
.cool-blue {
color: #4b86b4;
}
.light-budgie-blue {
color: #9ed5e5;
}
.yellow-avarice {
color: #f6f7d9;
}
.orange-tiger {
color: #f46010;
}
/* CSS Variables */
:root {
--celestial-blue:#2a4d6a;
--cool-blue:#4b86b4;
--light-budgie-blue:#9ed5e5;
--yellow-avarice:#f6f7d9;
--orange-tiger:#f46010;
}