Color names in this palette
CSS code for this palette
/* CSS */
.classic-rose {
color: #f9c8e8;
}
.light-orchid {
color: #e3a5d4;
}
.lavender-pink {
color: #d58bd5;
}
.violet-velvet {
color: #b5a1e2;
}
.sweet-dreams {
color: #9bc7e8;
}
/* CSS Variables */
:root {
--classic-rose:#f9c8e8;
--light-orchid:#e3a5d4;
--lavender-pink:#d58bd5;
--violet-velvet:#b5a1e2;
--sweet-dreams:#9bc7e8;
}