Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d5c5e2;
}
.prettiest-pink {
color: #e9a5c6;
}
.neighborly-peach {
color: #f4c1a4;
}
.oberon {
color: #fbd589;
}
.salmon-orange {
color: #ff8b6b;
}
/* CSS Variables */
:root {
--purity:#d5c5e2;
--prettiest-pink:#e9a5c6;
--neighborly-peach:#f4c1a4;
--oberon:#fbd589;
--salmon-orange:#ff8b6b;
}