Color names in this palette
CSS code for this palette
/* CSS */
.pastel-red {
color: #ff6b61;
}
.peachy-salmon {
color: #ff9d80;
}
.common-dandelion {
color: #ffd65c;
}
.terrace-pool {
color: #a4d7e0;
}
.evora {
color: #4e8b8d;
}
/* CSS Variables */
:root {
--pastel-red:#ff6b61;
--peachy-salmon:#ff9d80;
--common-dandelion:#ffd65c;
--terrace-pool:#a4d7e0;
--evora:#4e8b8d;
}