Paleta de colores Oceanic Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Oceanic Serenity

/* CSS */
.color-1 {
color: #005cad;
}
.color-2 {
color: #0084bd;
}
.color-3 {
color: #00b8f0;
}
.color-4 {
color: #0fe3ff;
}
.color-5 {
color: #ff4d58;
}

/* CSS Variables */
:root {
--color-1: #005cad;
--color-2: #0084bd;
--color-3: #00b8f0;
--color-4: #0fe3ff;
--color-5: #ff4d58;
}

CSS del degradado de fondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005cad, #0084bd, #00b8f0, #0fe3ff, #ff4d58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005cad, #0084bd, #00b8f0, #0fe3ff, #ff4d58);
}

Paletas de colores similares

No se encontraron paletas

Prueba con filtros diferentes o limpia tu selección actual.

Oceanic Serenity color palette created on .