Color names in this palette
CSS code for this palette
/* CSS */
.bright-greek {
color: #2441ff;
}
.blue-titmouse {
color: #4c6ffa;
}
.fennel-flower {
color: #809dff;
}
.pastel-blue {
color: #a3c6ff;
}
.arc-light {
color: #ccdcff;
}
/* CSS Variables */
:root {
--bright-greek:#2441ff;
--blue-titmouse:#4c6ffa;
--fennel-flower:#809dff;
--pastel-blue:#a3c6ff;
--arc-light:#ccdcff;
}