/* CSS */
.color-1 {
color: #A1D6E8;
}
.color-2 {
color: #7EB2C4;
}
.color-3 {
color: #4B9DC3;
}
.color-4 {
color: #2E7B9E;
}
.color-5 {
color: #1C4969;
}
/* CSS Variables */
:root {
--color-1: #A1D6E8;
--color-2: #7EB2C4;
--color-3: #4B9DC3;
--color-4: #2E7B9E;
--color-5: #1C4969;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #A1D6E8, #7EB2C4, #4B9DC3, #2E7B9E, #1C4969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #A1D6E8, #7EB2C4, #4B9DC3, #2E7B9E, #1C4969);
}
Blue Frozen Lakes color palette created on .