Color names in this palette
CSS code for this palette
/* CSS */
.maiden-mist {
color: #b8c1c1;
}
.pressed-rose {
color: #f1a7a7;
}
.dandelion-whisper {
color: #fef3b4;
}
.september-sun {
color: #fcd8a1;
}
.powdered-petals {
color: #e2c5c5;
}
/* CSS Variables */
:root {
--maiden-mist:#b8c1c1;
--pressed-rose:#f1a7a7;
--dandelion-whisper:#fef3b4;
--september-sun:#fcd8a1;
--powdered-petals:#e2c5c5;
}