Color names in this palette
CSS code for this palette
/* CSS */
.takaka {
color: #3e4979;
}
.dangerously-elegant {
color: #606e8a;
}
.periwinkle-blossom {
color: #8d9bb9;
}
.party-hat {
color: #cfc1e2;
}
.rose-mallow {
color: #f3a5c7;
}
/* CSS Variables */
:root {
--takaka:#3e4979;
--dangerously-elegant:#606e8a;
--periwinkle-blossom:#8d9bb9;
--party-hat:#cfc1e2;
--rose-mallow:#f3a5c7;
}