Color names in this palette
CSS code for this palette
/* CSS */
.whale-s-mouth {
color: #c7d2d6;
}
.y-n-s-silver {
color: #b1c4c9;
}
.languid-blue {
color: #a3b8bd;
}
.grey-flannel {
color: #8f9b9e;
}
.pompeii-ash {
color: #6b757b;
}
/* CSS Variables */
:root {
--whale-s-mouth:#c7d2d6;
--y-n-s-silver:#b1c4c9;
--languid-blue:#a3b8bd;
--grey-flannel:#8f9b9e;
--pompeii-ash:#6b757b;
}