Color names in this palette
CSS code for this palette
/* CSS */
.nevermind-nirvana {
color: #7ec8f7;
}
.sanctuary-spa {
color: #60b4e2;
}
.mountain-bluebird {
color: #499bc1;
}
.cendre-blue {
color: #3a7da1;
}
.dark-blue {
color: #2e5d7f;
}
/* CSS Variables */
:root {
--nevermind-nirvana:#7ec8f7;
--sanctuary-spa:#60b4e2;
--mountain-bluebird:#499bc1;
--cendre-blue:#3a7da1;
--dark-blue:#2e5d7f;
}