Color names in this palette
CSS code for this palette
/* CSS */
.great-basin {
color: #5a6f8c;
}
.lavender-lustre {
color: #899bc2;
}
.sky-high {
color: #a6c1e8;
}
.prism-pink {
color: #f0a3c4;
}
.silk-ribbon {
color: #c76b8a;
}
/* CSS Variables */
:root {
--great-basin:#5a6f8c;
--lavender-lustre:#899bc2;
--sky-high:#a6c1e8;
--prism-pink:#f0a3c4;
--silk-ribbon:#c76b8a;
}