Color names in this palette
CSS code for this palette
/* CSS */
.distant-horizon {
color: #f0f9f9;
}
.smooth-satin {
color: #a4d6d6;
}
.veranda-blue {
color: #66b2b2;
}
.zirconia-teal {
color: #2d7b7b;
}
.overboard {
color: #005757;
}
/* CSS Variables */
:root {
--distant-horizon:#f0f9f9;
--smooth-satin:#a4d6d6;
--veranda-blue:#66b2b2;
--zirconia-teal:#2d7b7b;
--overboard:#005757;
}