Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.nacho {
color: #ffcb5c;
}
.breezy-aqua {
color: #d9e3dd;
}
.amarklor-violet {
color: #59189a;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--fresh-cantaloupe:#ff9e66;
--nacho:#ffcb5c;
--breezy-aqua:#d9e3dd;
--amarklor-violet:#59189a;
}