Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.turkish-stone {
color: #2a7c92;
}
.thalassa {
color: #55b6b9;
}
.ice-crystal-blue {
color: #a4e0e0;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--turkish-stone:#2a7c92;
--thalassa:#55b6b9;
--ice-crystal-blue:#a4e0e0;
--dr-white:#fafafa;
}