Paleta de colores Oceanic Odyssey

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Odyssey palette

Compartir esta paleta en:

Descargar la paleta de colores Oceanic Odyssey (PNG)

Download oceanic odyssey color palette PNG image (landscape)
Download oceanic odyssey color palette PNG image (square)

CSS de la paleta de colores Oceanic Odyssey

/* CSS */
.color-1 {
color: #9ed6d4;
}
.color-2 {
color: #76c1b2;
}
.color-3 {
color: #4ea28b;
}
.color-4 {
color: #2e7a6d;
}
.color-5 {
color: #1b4b4b;
}

/* CSS Variables */
:root {
--color-1: #9ed6d4;
--color-2: #76c1b2;
--color-3: #4ea28b;
--color-4: #2e7a6d;
--color-5: #1b4b4b;
}

CSS del degradado de fondo Oceanic Odyssey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed6d4, #76c1b2, #4ea28b, #2e7a6d, #1b4b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed6d4, #76c1b2, #4ea28b, #2e7a6d, #1b4b4b);
}

Oceanic Odyssey color palette created on .