Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.clean-pool {
color: #5cc0eb;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
.bright-khaki {
color: #f0e78e;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--clean-pool:#5cc0eb;
--hiroshima-aquamarine:#80ffd4;
--bright-khaki:#f0e78e;
--n-rang-orange:#ff8052;
}