Color names in this palette
CSS code for this palette
/* CSS */
.midnight-ocean {
color: #13274e;
}
.passionate-blue {
color: #1e396b;
}
.make-up-blue {
color: #2f5b8e;
}
.atlantic-gull {
color: #4b8caf;
}
.frisky-blue {
color: #7eb1c8;
}
/* CSS Variables */
:root {
--midnight-ocean:#13274e;
--passionate-blue:#1e396b;
--make-up-blue:#2f5b8e;
--atlantic-gull:#4b8caf;
--frisky-blue:#7eb1c8;
}