/* CSS */
.color-1 {
color: #3F5EAB;
}
.color-2 {
color: #6DA2D5;
}
.color-3 {
color: #9FD9E5;
}
.color-4 {
color: #F7E3B6;
}
.color-5 {
color: #F1A8A2;
}
/* CSS Variables */
:root {
--color-1: #3F5EAB;
--color-2: #6DA2D5;
--color-3: #9FD9E5;
--color-4: #F7E3B6;
--color-5: #F1A8A2;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3F5EAB, #6DA2D5, #9FD9E5, #F7E3B6, #F1A8A2);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3F5EAB, #6DA2D5, #9FD9E5, #F7E3B6, #F1A8A2);
}Blue Harmony color palette created on .