Color names in this palette
CSS code for this palette
/* CSS */
.lavender-rose {
color: #f7a1e0;
}
.nature-apricot {
color: #ffbaa3;
}
.faded-sunlight {
color: #ffce6b;
}
.overtone {
color: #a6e3b3;
}
.spritzig {
color: #6ec7e7;
}
/* CSS Variables */
:root {
--lavender-rose:#f7a1e0;
--nature-apricot:#ffbaa3;
--faded-sunlight:#ffce6b;
--overtone:#a6e3b3;
--spritzig:#6ec7e7;
}