Color names in this palette
CSS code for this palette
/* CSS */
.american-blue {
color: #3e3b6d;
}
.purple-balloon {
color: #5f5b8b;
}
.silk-lilac {
color: #8f8bb6;
}
.periwinkle-bud {
color: #b3c2e0;
}
.whisper-blue {
color: #e4e8f1;
}
/* CSS Variables */
:root {
--american-blue:#3e3b6d;
--purple-balloon:#5f5b8b;
--silk-lilac:#8f8bb6;
--periwinkle-bud:#b3c2e0;
--whisper-blue:#e4e8f1;
}