Paleta de colores Oceanic Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Shadows palette

Compartir esta paleta en:

CSS de la paleta de colores Oceanic Shadows

/* CSS */
.color-1 {
color: #25272c;
}
.color-2 {
color: #3b4044;
}
.color-3 {
color: #5a5f63;
}
.color-4 {
color: #a2b1b4;
}
.color-5 {
color: #e3e7e8;
}

/* CSS Variables */
:root {
--color-1: #25272c;
--color-2: #3b4044;
--color-3: #5a5f63;
--color-4: #a2b1b4;
--color-5: #e3e7e8;
}

CSS del degradado de fondo Oceanic Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #25272c, #3b4044, #5a5f63, #a2b1b4, #e3e7e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #25272c, #3b4044, #5a5f63, #a2b1b4, #e3e7e8);
}

Oceanic Shadows color palette created on .