Color names in this palette
CSS code for this palette
/* CSS */
.free-speech-blue {
color: #3b4bc9;
}
.blue-hepatica {
color: #695af2;
}
.purple-illusionist {
color: #a880ff;
}
.himalayan-balsam {
color: #ff99cc;
}
.stellar-strawberry {
color: #ff5c92;
}
/* CSS Variables */
:root {
--free-speech-blue:#3b4bc9;
--blue-hepatica:#695af2;
--purple-illusionist:#a880ff;
--himalayan-balsam:#ff99cc;
--stellar-strawberry:#ff5c92;
}