Color names in this palette
CSS code for this palette
/* CSS */
.tranquil-eve {
color: #f0e8f2;
}
.etherium-blue {
color: #b8c3e0;
}
.sea-loch {
color: #6e9bcf;
}
.valley-of-glaciers {
color: #2b7a9c;
}
.recollection-blue {
color: #1c4c5a;
}
/* CSS Variables */
:root {
--tranquil-eve:#f0e8f2;
--etherium-blue:#b8c3e0;
--sea-loch:#6e9bcf;
--valley-of-glaciers:#2b7a9c;
--recollection-blue:#1c4c5a;
}