Color names in this palette
CSS code for this palette
/* CSS */
.forgotten-sunset {
color: #fdd5af;
}
.fulgrim-pink {
color: #f6b1d1;
}
.rosecco {
color: #eab8e4;
}
.aquatint {
color: #b5e8db;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--forgotten-sunset:#fdd5af;
--fulgrim-pink:#f6b1d1;
--rosecco:#eab8e4;
--aquatint:#b5e8db;
--windsor-way:#a2c7e7;
}