Color names in this palette
CSS code for this palette
/* CSS */
.takaka {
color: #3e4979;
}
.moonshade {
color: #5b6c9a;
}
.lavender-lustre {
color: #8b9dc6;
}
.cry-baby-blue {
color: #c1d4e7;
}
.lime-bright {
color: #f2e3b0;
}
/* CSS Variables */
:root {
--takaka:#3e4979;
--moonshade:#5b6c9a;
--lavender-lustre:#8b9dc6;
--cry-baby-blue:#c1d4e7;
--lime-bright:#f2e3b0;
}