Color names in this palette
CSS code for this palette
/* CSS */
.periwinkle-blue {
color: #8c9fee;
}
.shy-moment {
color: #a3b3ff;
}
.light-periwinkle {
color: #b8c5ff;
}
.husky {
color: #e0e9ff;
}
.m-white {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--periwinkle-blue:#8c9fee;
--shy-moment:#a3b3ff;
--light-periwinkle:#b8c5ff;
--husky:#e0e9ff;
--m-white:#f5f7ff;
}