Color names in this palette
CSS code for this palette
/* CSS */
.galaxea {
color: #2a2f5b;
}
.provocative {
color: #4c4f7b;
}
.tempest {
color: #797e9a;
}
.wild-orchid-blue {
color: #b5b8d9;
}
.cotton-ball {
color: #f0f3ff;
}
/* CSS Variables */
:root {
--galaxea:#2a2f5b;
--provocative:#4c4f7b;
--tempest:#797e9a;
--wild-orchid-blue:#b5b8d9;
--cotton-ball:#f0f3ff;
}