Color names in this palette
CSS code for this palette
/* CSS */
.light-candela {
color: #c8d2e0;
}
.hazy-daze {
color: #a4b7c6;
}
.equanimity {
color: #7fa7b8;
}
.durban-sky {
color: #5e899c;
}
.brittany-blue {
color: #4b7d8b;
}
/* CSS Variables */
:root {
--light-candela:#c8d2e0;
--hazy-daze:#a4b7c6;
--equanimity:#7fa7b8;
--durban-sky:#5e899c;
--brittany-blue:#4b7d8b;
}