Paleta de colores Oceanic Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Oceanic Harmony

/* CSS */
.color-1 {
color: #8ab6ef;
}
.color-2 {
color: #57a8e5;
}
.color-3 {
color: #3c9ed3;
}
.color-4 {
color: #1f7bc1;
}
.color-5 {
color: #0e5d9a;
}

/* CSS Variables */
:root {
--color-1: #8ab6ef;
--color-2: #57a8e5;
--color-3: #3c9ed3;
--color-4: #1f7bc1;
--color-5: #0e5d9a;
}

CSS del degradado de fondo Oceanic Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ab6ef, #57a8e5, #3c9ed3, #1f7bc1, #0e5d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ab6ef, #57a8e5, #3c9ed3, #1f7bc1, #0e5d9a);
}

Oceanic Harmony color palette created on .