Color names in this palette
CSS code for this palette
/* CSS */
.chef-s-hat {
color: #f3f4f6;
}
.freezing-vapor {
color: #d3e4f8;
}
.sky-high {
color: #a2c2e6;
}
.empire-blue {
color: #6293b2;
}
.blue-dart-frog {
color: #3c7b9a;
}
/* CSS Variables */
:root {
--chef-s-hat:#f3f4f6;
--freezing-vapor:#d3e4f8;
--sky-high:#a2c2e6;
--empire-blue:#6293b2;
--blue-dart-frog:#3c7b9a;
}