/* CSS */
.color-1 {
color: #1F1F3D;
}
.color-2 {
color: #4D3B6D;
}
.color-3 {
color: #A8486D;
}
.color-4 {
color: #F9A64E;
}
.color-5 {
color: #F6E7B1;
}
/* CSS Variables */
:root {
--color-1: #1F1F3D;
--color-2: #4D3B6D;
--color-3: #A8486D;
--color-4: #F9A64E;
--color-5: #F6E7B1;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1F1F3D, #4D3B6D, #A8486D, #F9A64E, #F6E7B1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1F1F3D, #4D3B6D, #A8486D, #F9A64E, #F6E7B1);
}
Rockstar Reverie color palette created on .