Color names in this palette
CSS code for this palette
/* CSS */
.hello-summer {
color: #52b4ff;
}
.ti-n-l-n-sky {
color: #66b5ff;
}
.brilliant-azure {
color: #299fff;
}
.sky-dancer {
color: #3da1ff;
}
.megaman {
color: #3db5ff;
}
/* CSS Variables */
:root {
--hello-summer:#52b4ff;
--ti-n-l-n-sky:#66b5ff;
--brilliant-azure:#299fff;
--sky-dancer:#3da1ff;
--megaman:#3db5ff;
}