/* CSS */
.color-1 {
color: #E0F7FA;
}
.color-2 {
color: #80D3FA;
}
.color-3 {
color: #50C2F7;
}
.color-4 {
color: #0287CF;
}
.color-5 {
color: #01599D;
}
/* CSS Variables */
:root {
--color-1: #E0F7FA;
--color-2: #80D3FA;
--color-3: #50C2F7;
--color-4: #0287CF;
--color-5: #01599D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E0F7FA, #80D3FA, #50C2F7, #0287CF, #01599D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E0F7FA, #80D3FA, #50C2F7, #0287CF, #01599D);
}
Celestial Ocean Breeze color palette created on .