Color names in this palette
CSS code for this palette
/* CSS */
.surf-spray {
color: #b6c8c4;
}
.pristine-petal {
color: #d5e1e1;
}
.warp-drive {
color: #e9f1f1;
}
.chef-s-hat {
color: #f3f6f6;
}
.dr-white {
color: #f9fbfb;
}
/* CSS Variables */
:root {
--surf-spray:#b6c8c4;
--pristine-petal:#d5e1e1;
--warp-drive:#e9f1f1;
--chef-s-hat:#f3f6f6;
--dr-white:#f9fbfb;
}