Color names in this palette
CSS code for this palette
/* CSS */
.london-rain {
color: #005bbd;
}
.blue-cola {
color: #0080db;
}
.clean-pool {
color: #4fb8e8;
}
.azure-sky {
color: #b2e3f5;
}
.lynx-white {
color: #f6f7f8;
}
/* CSS Variables */
:root {
--london-rain:#005bbd;
--blue-cola:#0080db;
--clean-pool:#4fb8e8;
--azure-sky:#b2e3f5;
--lynx-white:#f6f7f8;
}