Color names in this palette
CSS code for this palette
/* CSS */
.bright-lavender {
color: #be9fe5;
}
.freshly-purpleized {
color: #5b4e7e;
}
.jakarta-skyline {
color: #3b2a5b;
}
.hope {
color: #e5809b;
}
.rose-reminder {
color: #f4c3c7;
}
/* CSS Variables */
:root {
--bright-lavender:#be9fe5;
--freshly-purpleized:#5b4e7e;
--jakarta-skyline:#3b2a5b;
--hope:#e5809b;
--rose-reminder:#f4c3c7;
}