Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f8e3b4;
}
.first-date {
color: #f4b19f;
}
.bright-ube {
color: #d599eb;
}
.venus-violet {
color: #816ec4;
}
.nightly-silhouette {
color: #4d5c8f;
}
/* CSS Variables */
:root {
--noodles:#f8e3b4;
--first-date:#f4b19f;
--bright-ube:#d599eb;
--venus-violet:#816ec4;
--nightly-silhouette:#4d5c8f;
}