/* CSS */
.color-1 {
color: #3CBFC3;
}
.color-2 {
color: #49C5B3;
}
.color-3 {
color: #55D8A1;
}
.color-4 {
color: #78E3AA;
}
.color-5 {
color: #A1F2C4;
}
/* CSS Variables */
:root {
--color-1: #3CBFC3;
--color-2: #49C5B3;
--color-3: #55D8A1;
--color-4: #78E3AA;
--color-5: #A1F2C4;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3CBFC3, #49C5B3, #55D8A1, #78E3AA, #A1F2C4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3CBFC3, #49C5B3, #55D8A1, #78E3AA, #A1F2C4);
}
Oceanic Breeze color palette created on .