Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-whisper {
color: #fdf2b4;
}
.sunflower-seed {
color: #fde4aa;
}
.peach-juice {
color: #fdcfaa;
}
.mango-ice {
color: #fbbf8e;
}
.autumn-mist {
color: #f6b688;
}
/* CSS Variables */
:root {
--dandelion-whisper:#fdf2b4;
--sunflower-seed:#fde4aa;
--peach-juice:#fdcfaa;
--mango-ice:#fbbf8e;
--autumn-mist:#f6b688;
}