Color names in this palette
CSS code for this palette
/* CSS */
.chef-s-hat {
color: #f2f4f7;
}
.sea-drive {
color: #c2d4e0;
}
.dresden-dream {
color: #8da7b9;
}
.hippie-blue {
color: #498997;
}
.blumine {
color: #2f5c74;
}
/* CSS Variables */
:root {
--chef-s-hat:#f2f4f7;
--sea-drive:#c2d4e0;
--dresden-dream:#8da7b9;
--hippie-blue:#498997;
--blumine:#2f5c74;
}