Color names in this palette
CSS code for this palette
/* CSS */
.blue-loneliness {
color: #497083;
}
.tranquili-teal {
color: #6c9eac;
}
.witness {
color: #8fbec7;
}
.jade-spell {
color: #c1e6d4;
}
.lighthouse {
color: #f2f7f3;
}
/* CSS Variables */
:root {
--blue-loneliness:#497083;
--tranquili-teal:#6c9eac;
--witness:#8fbec7;
--jade-spell:#c1e6d4;
--lighthouse:#f2f7f3;
}