Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.blue-catch {
color: #3f768d;
}
.blue-mercury {
color: #68a2ac;
}
.lester {
color: #b1d3c4;
}
.dandelion-tea {
color: #f6e8c1;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--blue-catch:#3f768d;
--blue-mercury:#68a2ac;
--lester:#b1d3c4;
--dandelion-tea:#f6e8c1;
}