Color names in this palette
CSS code for this palette
/* CSS */
.chef-s-hat {
color: #f2f5f7;
}
.purification {
color: #c3dae9;
}
.cottage-blue {
color: #7a9ec2;
}
.kings-of-sea {
color: #2b809c;
}
.astronaut-blue {
color: #1f4a5c;
}
/* CSS Variables */
:root {
--chef-s-hat:#f2f5f7;
--purification:#c3dae9;
--cottage-blue:#7a9ec2;
--kings-of-sea:#2b809c;
--astronaut-blue:#1f4a5c;
}