Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.matt-pink {
color: #ffb3c1;
}
.it-s-a-girl {
color: #ffdbe1;
}
.forgotten-sunset {
color: #ffd4b3;
}
.alexandria {
color: #ff8d70;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--matt-pink:#ffb3c1;
--it-s-a-girl:#ffdbe1;
--forgotten-sunset:#ffd4b3;
--alexandria:#ff8d70;
}