Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.sanctuary-spa {
color: #67b1e0;
}
.windsor-way {
color: #a1c5e2;
}
.freezing-vapor {
color: #d0e9f6;
}
.alice-blue {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--sanctuary-spa:#67b1e0;
--windsor-way:#a1c5e2;
--freezing-vapor:#d0e9f6;
--alice-blue:#f0f9ff;
}