Color names in this palette
CSS code for this palette
/* CSS */
.persian-jewel {
color: #697eba;
}
.venus-flower {
color: #9da3cd;
}
.foggy-love {
color: #d9c8ea;
}
.lime-bright {
color: #f3e3af;
}
.babe {
color: #e07c7b;
}
/* CSS Variables */
:root {
--persian-jewel:#697eba;
--venus-flower:#9da3cd;
--foggy-love:#d9c8ea;
--lime-bright:#f3e3af;
--babe:#e07c7b;
}