Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4c8cbd;
}
.blue-electress {
color: #6c9ed0;
}
.blair {
color: #a0c1e4;
}
.snuff {
color: #e5d7e5;
}
.changeling-pink {
color: #f2b1d0;
}
/* CSS Variables */
:root {
--boat-house:#4c8cbd;
--blue-electress:#6c9ed0;
--blair:#a0c1e4;
--snuff:#e5d7e5;
--changeling-pink:#f2b1d0;
}