Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.betta-fish {
color: #3a6969;
}
.tropic-turquoise {
color: #6bb3a3;
}
.frosty-soft-blue {
color: #b3dfdf;
}
.distant-horizon {
color: #f2f8f8;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--betta-fish:#3a6969;
--tropic-turquoise:#6bb3a3;
--frosty-soft-blue:#b3dfdf;
--distant-horizon:#f2f8f8;
}