Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.aspen-yellow {
color: #f8e0a0;
}
.barley-white {
color: #f7e4b6;
}
.green-vibes {
color: #d6e6c1;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--aspen-yellow:#f8e0a0;
--barley-white:#f7e4b6;
--green-vibes:#d6e6c1;
--terrace-pool:#a3d6e0;
}