Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1a1c23;
}
.truth {
color: #3a498d;
}
.cerulean-frost {
color: #6d9dc5;
}
.sora-blue {
color: #9ed7f0;
}
.chef-s-hat {
color: #f2f5f7;
}
/* CSS Variables */
:root {
--satin-deep-black:#1a1c23;
--truth:#3a498d;
--cerulean-frost:#6d9dc5;
--sora-blue:#9ed7f0;
--chef-s-hat:#f2f5f7;
}