Color names in this palette
CSS code for this palette
/* CSS */
.early-june {
color: #b2d0e0;
}
.aquarelle-blue {
color: #bfe0e3;
}
.terrace-pool {
color: #a3d9e0;
}
.pond-blue {
color: #89b7c8;
}
.frosty-mint {
color: #e0f4f5;
}
/* CSS Variables */
:root {
--early-june:#b2d0e0;
--aquarelle-blue:#bfe0e3;
--terrace-pool:#a3d9e0;
--pond-blue:#89b7c8;
--frosty-mint:#e0f4f5;
}