Color names in this palette
CSS code for this palette
/* CSS */
.hoarfrost {
color: #dbe7ff;
}
.baby-blue {
color: #a3c8ff;
}
.punch-out-glove {
color: #6b9aff;
}
.blue-titmouse {
color: #3d6eff;
}
.light-sh-jin-blue {
color: #1f4bff;
}
/* CSS Variables */
:root {
--hoarfrost:#dbe7ff;
--baby-blue:#a3c8ff;
--punch-out-glove:#6b9aff;
--blue-titmouse:#3d6eff;
--light-sh-jin-blue:#1f4bff;
}