Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4c8db8;
}
.delicate-girl-blue {
color: #6cafc6;
}
.winter-chill {
color: #8dd3d8;
}
.swan-lake {
color: #c6e6e4;
}
.chef-s-hat {
color: #f1f8f5;
}
/* CSS Variables */
:root {
--boat-house:#4c8db8;
--delicate-girl-blue:#6cafc6;
--winter-chill:#8dd3d8;
--swan-lake:#c6e6e4;
--chef-s-hat:#f1f8f5;
}