Paleta de colores Oceanic Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Glow palette

Compartir esta paleta en:

Descargar la paleta de colores Oceanic Glow (PNG)

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

CSS de la paleta de colores Oceanic Glow

/* CSS */
.color-1 {
color: #1e3e3b;
}
.color-2 {
color: #2f5b54;
}
.color-3 {
color: #4f7871;
}
.color-4 {
color: #9ab79f;
}
.color-5 {
color: #d4e8e0;
}

/* CSS Variables */
:root {
--color-1: #1e3e3b;
--color-2: #2f5b54;
--color-3: #4f7871;
--color-4: #9ab79f;
--color-5: #d4e8e0;
}

CSS del degradado de fondo Oceanic Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3e3b, #2f5b54, #4f7871, #9ab79f, #d4e8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3e3b, #2f5b54, #4f7871, #9ab79f, #d4e8e0);
}

Paletas de colores similares

Oceanic Glow color palette created on .