Color names in this palette
CSS code for this palette
/* CSS */
.radar {
color: #b4c8e4;
}
.boudoir-blue {
color: #7a9edc;
}
.athens {
color: #3b6eb5;
}
.blue-oblivion {
color: #1f3f89;
}
.tetsu-kon-blue {
color: #0d1a4a;
}
/* CSS Variables */
:root {
--radar:#b4c8e4;
--boudoir-blue:#7a9edc;
--athens:#3b6eb5;
--blue-oblivion:#1f3f89;
--tetsu-kon-blue:#0d1a4a;
}