/* CSS */
.color-1 {
color: #4B91E2;
}
.color-2 {
color: #5ABFDD;
}
.color-3 {
color: #80D4E5;
}
.color-4 {
color: #A3E0E0;
}
.color-5 {
color: #D7EAE5;
}
/* CSS Variables */
:root {
--color-1: #4B91E2;
--color-2: #5ABFDD;
--color-3: #80D4E5;
--color-4: #A3E0E0;
--color-5: #D7EAE5;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4B91E2, #5ABFDD, #80D4E5, #A3E0E0, #D7EAE5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4B91E2, #5ABFDD, #80D4E5, #A3E0E0, #D7EAE5);
}
Serene Streams color palette created on .