Color names in this palette
CSS code for this palette
/* CSS */
.lull-wind {
color: #c4d6e8;
}
.baby-bunting {
color: #aac9e9;
}
.innocent-blue {
color: #8fb4d1;
}
.palmetto {
color: #709e9b;
}
.edward {
color: #5b807f;
}
/* CSS Variables */
:root {
--lull-wind:#c4d6e8;
--baby-bunting:#aac9e9;
--innocent-blue:#8fb4d1;
--palmetto:#709e9b;
--edward:#5b807f;
}