Color names in this palette
CSS code for this palette
/* CSS */
.bright-cobalt {
color: #3a5e98;
}
.alpha-blue {
color: #5c8eb7;
}
.candid-blue {
color: #6cc4e4;
}
.lemon-dream {
color: #f0a400;
}
.oranzhewyi-orange {
color: #f15d3b;
}
/* CSS Variables */
:root {
--bright-cobalt:#3a5e98;
--alpha-blue:#5c8eb7;
--candid-blue:#6cc4e4;
--lemon-dream:#f0a400;
--oranzhewyi-orange:#f15d3b;
}