/* CSS */
.color-1 {
color: #5BB6E6;
}
.color-2 {
color: #4B96D8;
}
.color-3 {
color: #3E79C1;
}
.color-4 {
color: #2E5D9E;
}
.color-5 {
color: #1B4C79;
}
/* CSS Variables */
:root {
--color-1: #5BB6E6;
--color-2: #4B96D8;
--color-3: #3E79C1;
--color-4: #2E5D9E;
--color-5: #1B4C79;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5BB6E6, #4B96D8, #3E79C1, #2E5D9E, #1B4C79);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5BB6E6, #4B96D8, #3E79C1, #2E5D9E, #1B4C79);
}Oceanic Harmony color palette created on .