/* CSS */
.color-1 {
color: #3E97E5;
}
.color-2 {
color: #58AEE4;
}
.color-3 {
color: #79C6E6;
}
.color-4 {
color: #92D9E8;
}
.color-5 {
color: #FF6E61;
}
/* CSS Variables */
:root {
--color-1: #3E97E5;
--color-2: #58AEE4;
--color-3: #79C6E6;
--color-4: #92D9E8;
--color-5: #FF6E61;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3E97E5, #58AEE4, #79C6E6, #92D9E8, #FF6E61);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3E97E5, #58AEE4, #79C6E6, #92D9E8, #FF6E61);
}Blue Album Breeze color palette created on .