Color names in this palette
CSS code for this palette
/* CSS */
.blue-suede {
color: #6c7c93;
}
.lavender-lustre {
color: #899bc2;
}
.teclis-blue {
color: #a3b9e0;
}
.mocha-dandelion {
color: #f0d670;
}
.aurora-orange {
color: #ef6d3e;
}
/* CSS Variables */
:root {
--blue-suede:#6c7c93;
--lavender-lustre:#899bc2;
--teclis-blue:#a3b9e0;
--mocha-dandelion:#f0d670;
--aurora-orange:#ef6d3e;
}