Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.nacho {
color: #ffcb5c;
}
.natural-youth {
color: #d9e9b4;
}
.terrace-pool {
color: #9ed9e0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--fresh-cantaloupe:#ff9e66;
--nacho:#ffcb5c;
--natural-youth:#d9e9b4;
--terrace-pool:#9ed9e0;
}