Color names in this palette
CSS code for this palette
/* CSS */
.dream-setting {
color: #ff75b6;
}
.peach-amber {
color: #ff9e8f;
}
.grandis {
color: #ffcd75;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
.distilled-rose {
color: #ffbdff;
}
/* CSS Variables */
:root {
--dream-setting:#ff75b6;
--peach-amber:#ff9e8f;
--grandis:#ffcd75;
--vanilla-ice-cream:#ffe7b3;
--distilled-rose:#ffbdff;
}