Color names in this palette
CSS code for this palette
/* CSS */
.philippine-blue {
color: #003ca3;
}
.sapphire-blue {
color: #005fb8;
}
.blue-cola {
color: #007cdb;
}
.atmosphere {
color: #0099e0;
}
.democrat {
color: #00b4f5;
}
/* CSS Variables */
:root {
--philippine-blue:#003ca3;
--sapphire-blue:#005fb8;
--blue-cola:#007cdb;
--atmosphere:#0099e0;
--democrat:#00b4f5;
}