/* CSS */
.color-1 {
color: #A8D3E1;
}
.color-2 {
color: #5B9DC2;
}
.color-3 {
color: #3B6C8C;
}
.color-4 {
color: #2D507C;
}
.color-5 {
color: #1E2A4D;
}
/* CSS Variables */
:root {
--color-1: #A8D3E1;
--color-2: #5B9DC2;
--color-3: #3B6C8C;
--color-4: #2D507C;
--color-5: #1E2A4D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #A8D3E1, #5B9DC2, #3B6C8C, #2D507C, #1E2A4D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #A8D3E1, #5B9DC2, #3B6C8C, #2D507C, #1E2A4D);
}
Celestial Commander color palette created on .