Color names in this palette
CSS code for this palette
/* CSS */
.searching-blue {
color: #6a7c9a;
}
.pond-blue {
color: #8bb6c6;
}
.bay {
color: #b3dfd2;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.candlelight-peach {
color: #f9a49f;
}
/* CSS Variables */
:root {
--searching-blue:#6a7c9a;
--pond-blue:#8bb6c6;
--bay:#b3dfd2;
--smooth-as-corn-silk:#f4e2b3;
--candlelight-peach:#f9a49f;
}