Color names in this palette
CSS code for this palette
/* CSS */
.krishna-blue {
color: #00aeff;
}
.hello-summer {
color: #4dc3ff;
}
.tranquil-pool {
color: #85d6ff;
}
.frozen-landscape {
color: #b3e3ff;
}
.winter-s-day {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--krishna-blue:#00aeff;
--hello-summer:#4dc3ff;
--tranquil-pool:#85d6ff;
--frozen-landscape:#b3e3ff;
--winter-s-day:#e0f7ff;
}