Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.winter-time {
color: #3b8aa0;
}
.chinese-lacquer {
color: #5fc8c1;
}
.hello-winter {
color: #9cf7e6;
}
.dr-white {
color: #f9fbfb;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--winter-time:#3b8aa0;
--chinese-lacquer:#5fc8c1;
--hello-winter:#9cf7e6;
--dr-white:#f9fbfb;
}