Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #4f4f9c;
}
.wind-star {
color: #6f6fb8;
}
.childish-wonder {
color: #a6a6d9;
}
.light-topaz-soft-blue {
color: #b4cbd9;
}
.chef-s-hat {
color: #f3f3f6;
}
/* CSS Variables */
:root {
--liberty:#4f4f9c;
--wind-star:#6f6fb8;
--childish-wonder:#a6a6d9;
--light-topaz-soft-blue:#b4cbd9;
--chef-s-hat:#f3f3f6;
}