Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.thor-s-thunder {
color: #4dc6ff;
}
.tranquil-pool {
color: #8fdaff;
}
.ganon-blue {
color: #a3e3ff;
}
.dr-white {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--thor-s-thunder:#4dc6ff;
--tranquil-pool:#8fdaff;
--ganon-blue:#a3e3ff;
--dr-white:#f8f9fc;
}