Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.blue-angels-yellow {
color: #fab700;
}
.orange-soda {
color: #f55c3d;
}
.sh-n-h-h-ng-coral {
color: #f79c88;
}
.lush-paradise {
color: #2f7f33;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--blue-angels-yellow:#fab700;
--orange-soda:#f55c3d;
--sh-n-h-h-ng-coral:#f79c88;
--lush-paradise:#2f7f33;
}