Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.endearment {
color: #fdd8a0;
}
.stable-hay {
color: #f8e0bf;
}
.terrace-pool {
color: #a1d6e3;
}
.greek-sea {
color: #6ca4e0;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--endearment:#fdd8a0;
--stable-hay:#f8e0bf;
--terrace-pool:#a1d6e3;
--greek-sea:#6ca4e0;
}