/* CSS */
.color-1 {
color: #D1D3E0;
}
.color-2 {
color: #8E9CC7;
}
.color-3 {
color: #5E7DBA;
}
.color-4 {
color: #3B4C78;
}
.color-5 {
color: #1E1F3E;
}
/* CSS Variables */
:root {
--color-1: #D1D3E0;
--color-2: #8E9CC7;
--color-3: #5E7DBA;
--color-4: #3B4C78;
--color-5: #1E1F3E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D1D3E0, #8E9CC7, #5E7DBA, #3B4C78, #1E1F3E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D1D3E0, #8E9CC7, #5E7DBA, #3B4C78, #1E1F3E);
}
Steel Serenity color palette created on .