Color names in this palette
CSS code for this palette
/* CSS */
.dr-white {
color: #f8f9fc;
}
.winter-haven {
color: #e0e6eb;
}
.polished-cotton {
color: #c6d3d7;
}
.always-blue {
color: #a3bcc8;
}
.yacht-blue {
color: #699ab5;
}
/* CSS Variables */
:root {
--dr-white:#f8f9fc;
--winter-haven:#e0e6eb;
--polished-cotton:#c6d3d7;
--always-blue:#a3bcc8;
--yacht-blue:#699ab5;
}