Color names in this palette
CSS code for this palette
/* CSS */
.krishna-blue {
color: #00aeff;
}
.cherenkov-radiation {
color: #1fb4ff;
}
.thor-s-thunder {
color: #4dc6ff;
}
.silverpine-cyan {
color: #8ae6ff;
}
.pale-sky {
color: #c2f5ff;
}
/* CSS Variables */
:root {
--krishna-blue:#00aeff;
--cherenkov-radiation:#1fb4ff;
--thor-s-thunder:#4dc6ff;
--silverpine-cyan:#8ae6ff;
--pale-sky:#c2f5ff;
}