Color names in this palette
CSS code for this palette
/* CSS */
.london-rain {
color: #0056b3;
}
.ocean-boat-blue {
color: #0074c2;
}
.atmosphere {
color: #0096e0;
}
.krishna-blue {
color: #00aeff;
}
.spiro-disco-ball {
color: #1ac9ff;
}
/* CSS Variables */
:root {
--london-rain:#0056b3;
--ocean-boat-blue:#0074c2;
--atmosphere:#0096e0;
--krishna-blue:#00aeff;
--spiro-disco-ball:#1ac9ff;
}