Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d1c3e9;
}
.violet-velvet {
color: #b59edb;
}
.nebula-outpost {
color: #8c24a8;
}
.moth-orchid {
color: #d6006f;
}
.secret-affair {
color: #c51162;
}
/* CSS Variables */
:root {
--foggy-love:#d1c3e9;
--violet-velvet:#b59edb;
--nebula-outpost:#8c24a8;
--moth-orchid:#d6006f;
--secret-affair:#c51162;
}