Color names in this palette
CSS code for this palette
/* CSS */
.blue-pot {
color: #a4b2c1;
}
.frozen-blue {
color: #a7c5d7;
}
.echo-iris {
color: #b4e0f3;
}
.coastal-breeze {
color: #e0f7fa;
}
.across-the-bay {
color: #b3e2ea;
}
/* CSS Variables */
:root {
--blue-pot:#a4b2c1;
--frozen-blue:#a7c5d7;
--echo-iris:#b4e0f3;
--coastal-breeze:#e0f7fa;
--across-the-bay:#b3e2ea;
}