/* CSS */
.color-1 {
color: #4E4B8B;
}
.color-2 {
color: #8A7A99;
}
.color-3 {
color: #D6C2D4;
}
.color-4 {
color: #E6B7A8;
}
.color-5 {
color: #F5B400;
}
/* CSS Variables */
:root {
--color-1: #4E4B8B;
--color-2: #8A7A99;
--color-3: #D6C2D4;
--color-4: #E6B7A8;
--color-5: #F5B400;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4E4B8B, #8A7A99, #D6C2D4, #E6B7A8, #F5B400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4E4B8B, #8A7A99, #D6C2D4, #E6B7A8, #F5B400);
}
Whispers Of Dazai color palette created on .