Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.always-blue {
color: #a1b7c9;
}
.silver-bullet {
color: #b5b2b8;
}
.double-spanish-white {
color: #d3c4a1;
}
.renoir-bisque {
color: #d9bca1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--always-blue:#a1b7c9;
--silver-bullet:#b5b2b8;
--double-spanish-white:#d3c4a1;
--renoir-bisque:#d9bca1;
}