Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f8a5a6;
}
.willow-flower-yellow {
color: #f0d29e;
}
.sun-dust {
color: #f5e0a3;
}
.terrace-pool {
color: #a3d7e0;
}
.sea-cliff {
color: #a3c3e0;
}
/* CSS Variables */
:root {
--her-majesty:#f8a5a6;
--willow-flower-yellow:#f0d29e;
--sun-dust:#f5e0a3;
--terrace-pool:#a3d7e0;
--sea-cliff:#a3c3e0;
}