Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.fitness-blue {
color: #5bbcd2;
}
.luminescent-blue {
color: #a0dfe9;
}
.distant-horizon {
color: #f0f7f9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--fitness-blue:#5bbcd2;
--luminescent-blue:#a0dfe9;
--distant-horizon:#f0f7f9;
--grapefruit-pulp:#ff6e61;
}