/* CSS */
.color-1 {
color: #B5B0E0;
}
.color-2 {
color: #F67B5F;
}
.color-3 {
color: #FF5733;
}
.color-4 {
color: #4D4F8D;
}
.color-5 {
color: #E0D6B5;
}
/* CSS Variables */
:root {
--color-1: #B5B0E0;
--color-2: #F67B5F;
--color-3: #FF5733;
--color-4: #4D4F8D;
--color-5: #E0D6B5;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #B5B0E0, #F67B5F, #FF5733, #4D4F8D, #E0D6B5);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #B5B0E0, #F67B5F, #FF5733, #4D4F8D, #E0D6B5);
}Aromatic Aromantic color palette created on .