Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1c3b;
}
.amphystine {
color: #3e3e5b;
}
.dark-prince {
color: #69698c;
}
.adhesion {
color: #9c9cab;
}
.lavender-sachet {
color: #bfbfd9;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1c3b;
--amphystine:#3e3e5b;
--dark-prince:#69698c;
--adhesion:#9c9cab;
--lavender-sachet:#bfbfd9;
}