Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f7a1a4;
}
.amber-yellow {
color: #f7b859;
}
.storm-lightning {
color: #f9e79f;
}
.frugal {
color: #a4dab1;
}
.norfolk-sky {
color: #6ab9f0;
}
/* CSS Variables */
:root {
--her-majesty:#f7a1a4;
--amber-yellow:#f7b859;
--storm-lightning:#f9e79f;
--frugal:#a4dab1;
--norfolk-sky:#6ab9f0;
}