Color names in this palette
CSS code for this palette
/* CSS */
.hello-summer {
color: #4db8ff;
}
.blue-nebula {
color: #1aa3ff;
}
.pervenche {
color: #0099e6;
}
.science-blue {
color: #007acc;
}
.hyper-blue {
color: #005e99;
}
/* CSS Variables */
:root {
--hello-summer:#4db8ff;
--blue-nebula:#1aa3ff;
--pervenche:#0099e6;
--science-blue:#007acc;
--hyper-blue:#005e99;
}