Color names in this palette
CSS code for this palette
/* CSS */
.blue-flag {
color: #3a4f6e;
}
.caspian-sea {
color: #507091;
}
.grey-blue {
color: #77a2b6;
}
.tiny-mr-frosty {
color: #bad4e3;
}
.distant-horizon {
color: #f1f8f9;
}
/* CSS Variables */
:root {
--blue-flag:#3a4f6e;
--caspian-sea:#507091;
--grey-blue:#77a2b6;
--tiny-mr-frosty:#bad4e3;
--distant-horizon:#f1f8f9;
}