/* CSS */
.color-1 {
color: #29B0FF;
}
.color-2 {
color: #62D1E4;
}
.color-3 {
color: #9BE8E2;
}
.color-4 {
color: #F2F3A0;
}
.color-5 {
color: #FF6E61;
}
/* CSS Variables */
:root {
--color-1: #29B0FF;
--color-2: #62D1E4;
--color-3: #9BE8E2;
--color-4: #F2F3A0;
--color-5: #FF6E61;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29B0FF, #62D1E4, #9BE8E2, #F2F3A0, #FF6E61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29B0FF, #62D1E4, #9BE8E2, #F2F3A0, #FF6E61);
}
Blue Seawater color palette created on .