Color names in this palette
CSS code for this palette
/* CSS */
.white-smoke {
color: #f5f5f5;
}
.aria {
color: #e3e3e3;
}
.light-candela {
color: #c8d2e0;
}
.pale-cerulean {
color: #9fc1e5;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--white-smoke:#f5f5f5;
--aria:#e3e3e3;
--light-candela:#c8d2e0;
--pale-cerulean:#9fc1e5;
--blue-electress:#6b9cd1;
}