Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.parfait-pink {
color: #e2b1c5;
}
.amber-moon {
color: #f1d1a7;
}
.golden-hour {
color: #f5b05b;
}
.entan-red {
color: #e96a4e;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--parfait-pink:#e2b1c5;
--amber-moon:#f1d1a7;
--golden-hour:#f5b05b;
--entan-red:#e96a4e;
}