Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3dbbff;
}
.clean-pool {
color: #5cc0eb;
}
.tranquil-pool {
color: #8fdbff;
}
.frozen-landscape {
color: #b3e4ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3dbbff;
--clean-pool:#5cc0eb;
--tranquil-pool:#8fdbff;
--frozen-landscape:#b3e4ff;
}