Color names in this palette
CSS code for this palette
/* CSS */
.crumbly-lipstick {
color: #f269b9;
}
.papaya {
color: #ff9a5c;
}
.faded-sunlight {
color: #ffcb6b;
}
.star-grass {
color: #75d7c3;
}
.quiet-night {
color: #3c8ebe;
}
/* CSS Variables */
:root {
--crumbly-lipstick:#f269b9;
--papaya:#ff9a5c;
--faded-sunlight:#ffcb6b;
--star-grass:#75d7c3;
--quiet-night:#3c8ebe;
}