Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.terrace-pool {
color: #a3d7e0;
}
.across-the-bay {
color: #b4e1e9;
}
.freezing-vapor {
color: #d3e9f3;
}
.alice-blue {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--terrace-pool:#a3d7e0;
--across-the-bay:#b4e1e9;
--freezing-vapor:#d3e9f3;
--alice-blue:#f0f9ff;
}