Color names in this palette
CSS code for this palette
/* CSS */
.cannon-barrel {
color: #3d4042;
}
.pompeii-ash {
color: #6b757b;
}
.interesting-aqua {
color: #9cb0b0;
}
.peek-a-blue {
color: #c5e2e2;
}
.ethereal-white {
color: #e7f3f3;
}
/* CSS Variables */
:root {
--cannon-barrel:#3d4042;
--pompeii-ash:#6b757b;
--interesting-aqua:#9cb0b0;
--peek-a-blue:#c5e2e2;
--ethereal-white:#e7f3f3;
}