Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.thor-s-thunder {
color: #4dc9ff;
}
.tranquil-pool {
color: #85e0ff;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--thor-s-thunder:#4dc9ff;
--tranquil-pool:#85e0ff;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}