Color names in this palette
CSS code for this palette
/* CSS */
.takaka {
color: #3c4d77;
}
.hushed-lilac {
color: #6d8eb6;
}
.blue-dam {
color: #a1c6d4;
}
.corn-maze {
color: #e0a66c;
}
.painted-poppy {
color: #c84c3c;
}
/* CSS Variables */
:root {
--takaka:#3c4d77;
--hushed-lilac:#6d8eb6;
--blue-dam:#a1c6d4;
--corn-maze:#e0a66c;
--painted-poppy:#c84c3c;
}