Color names in this palette
CSS code for this palette
/* CSS */
.plum-dust {
color: #a5508e;
}
.orange-grove {
color: #fbaf89;
}
.dandelion-whisper {
color: #fef3b4;
}
.misty-isle {
color: #c4e3d9;
}
.artesian-well {
color: #5cadaa;
}
/* CSS Variables */
:root {
--plum-dust:#a5508e;
--orange-grove:#fbaf89;
--dandelion-whisper:#fef3b4;
--misty-isle:#c4e3d9;
--artesian-well:#5cadaa;
}