Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1b4d74;
}
.linoleum-blue {
color: #3f7a9d;
}
.scott-base {
color: #60a2c3;
}
.deluxe-days {
color: #8acae5;
}
.azure-sky {
color: #b2e7f5;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1b4d74;
--linoleum-blue:#3f7a9d;
--scott-base:#60a2c3;
--deluxe-days:#8acae5;
--azure-sky:#b2e7f5;
}