/* CSS */
.color-1 {
color: #1F1532;
}
.color-2 {
color: #554E5A;
}
.color-3 {
color: #162C27;
}
.color-4 {
color: #5D181E;
}
.color-5 {
color: #6C6347;
}
/* CSS Variables */
:root {
--color-1: #1F1532;
--color-2: #554E5A;
--color-3: #162C27;
--color-4: #5D181E;
--color-5: #6C6347;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1F1532, #554E5A, #162C27, #5D181E, #6C6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1F1532, #554E5A, #162C27, #5D181E, #6C6347);
}
Soporific Nightmares color palette created on .