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: #0a4d7f;
}
.color-2 {
color: #1e7b99;
}
.color-3 {
color: #38a6b2;
}
.color-4 {
color: #74d3d8;
}
.color-5 {
color: #a6f2e2;
}

/* CSS Variables */
:root {
--color-1: #0a4d7f;
--color-2: #1e7b99;
--color-3: #38a6b2;
--color-4: #74d3d8;
--color-5: #a6f2e2;
}

CSS del degradado de fondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a4d7f, #1e7b99, #38a6b2, #74d3d8, #a6f2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a4d7f, #1e7b99, #38a6b2, #74d3d8, #a6f2e2);
}

Oceanic Serenity color palette created on .