Paleta de colores Oceanic Escape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Escape palette

Compartir esta paleta en:

CSS de la paleta de colores Oceanic Escape

/* CSS */
.color-1 {
color: #003b7a;
}
.color-2 {
color: #005e8a;
}
.color-3 {
color: #007c9e;
}
.color-4 {
color: #0095c7;
}
.color-5 {
color: #00b4e6;
}

/* CSS Variables */
:root {
--color-1: #003b7a;
--color-2: #005e8a;
--color-3: #007c9e;
--color-4: #0095c7;
--color-5: #00b4e6;
}

CSS del degradado de fondo Oceanic Escape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003b7a, #005e8a, #007c9e, #0095c7, #00b4e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003b7a, #005e8a, #007c9e, #0095c7, #00b4e6);
}

Oceanic Escape color palette created on .