Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.pervenche {
color: #0099e6;
}
.hello-summer {
color: #4db8ff;
}
.chromis-damsel-blue {
color: #80ceff;
}
.frozen-landscape {
color: #b3e4ff;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--pervenche:#0099e6;
--hello-summer:#4db8ff;
--chromis-damsel-blue:#80ceff;
--frozen-landscape:#b3e4ff;
}