Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3d5b76;
}
.georgian-revival-blue {
color: #5a8ba0;
}
.bathing {
color: #8fc9d1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--china-pattern:#3d5b76;
--georgian-revival-blue:#5a8ba0;
--bathing:#8fc9d1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}