Color names in this palette
CSS code for this palette
/* CSS */
.sweet-illusion {
color: #e1e8ea;
}
.jungle-mist {
color: #b1c4c3;
}
.garden-twilight {
color: #a3b8b1;
}
.green-granite {
color: #7c9892;
}
.fir-blue {
color: #4b817a;
}
/* CSS Variables */
:root {
--sweet-illusion:#e1e8ea;
--jungle-mist:#b1c4c3;
--garden-twilight:#a3b8b1;
--green-granite:#7c9892;
--fir-blue:#4b817a;
}