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: #042f4e;
}
.color-2 {
color: #1f4e7a;
}
.color-3 {
color: #499dc1;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #f2e6d4;
}

/* CSS Variables */
:root {
--color-1: #042f4e;
--color-2: #1f4e7a;
--color-3: #499dc1;
--color-4: #a3d5e0;
--color-5: #f2e6d4;
}

CSS del degradado de fondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #042f4e, #1f4e7a, #499dc1, #a3d5e0, #f2e6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #042f4e, #1f4e7a, #499dc1, #a3d5e0, #f2e6d4);
}

Oceanic Serenity color palette created on .