Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.fish-pond {
color: #86c4f3;
}
.tropical-pool {
color: #c1e0f0;
}
.casino-lights {
color: #f7f6b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--fish-pond:#86c4f3;
--tropical-pool:#c1e0f0;
--casino-lights:#f7f6b6;
--grapefruit-pulp:#ff6e61;
}