Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.krishna-blue {
color: #00aeff;
}
.thor-s-thunder {
color: #3bd4f7;
}
.tranquil-pool {
color: #82e0f7;
}
.friendly-frost {
color: #c2f7ff;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--krishna-blue:#00aeff;
--thor-s-thunder:#3bd4f7;
--tranquil-pool:#82e0f7;
--friendly-frost:#c2f7ff;
}