Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #4068a0;
}
.cerulean-frost {
color: #6f9ac3;
}
.atlantic-ocean {
color: #a8d6e6;
}
.mandys-pink {
color: #f4b79f;
}
.y-ng-ch-ng-orange {
color: #f29f40;
}
/* CSS Variables */
:root {
--star-sapphire:#4068a0;
--cerulean-frost:#6f9ac3;
--atlantic-ocean:#a8d6e6;
--mandys-pink:#f4b79f;
--y-ng-ch-ng-orange:#f29f40;
}