Color names in this palette
CSS code for this palette
/* CSS */
.astral-spirit {
color: #92c4e8;
}
.mountain-bluebird {
color: #4c9cc8;
}
.blue-dart-frog {
color: #3d7b9e;
}
.terror-from-the-deep {
color: #1b4a69;
}
.port-malmesbury {
color: #0e4b4e;
}
/* CSS Variables */
:root {
--astral-spirit:#92c4e8;
--mountain-bluebird:#4c9cc8;
--blue-dart-frog:#3d7b9e;
--terror-from-the-deep:#1b4a69;
--port-malmesbury:#0e4b4e;
}