Paleta de colores Oceanic Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Oceanic Serenity

Download oceanic serenity color palette PNG image (landscape)
Download oceanic serenity color palette PNG image (square)

CSS de la paleta de colores Oceanic Serenity

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #60c5e6;
}
.color-3 {
color: #168abb;
}
.color-4 {
color: #0a4e75;
}
.color-5 {
color: #003a5c;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #60c5e6;
--color-3: #168abb;
--color-4: #0a4e75;
--color-5: #003a5c;
}

CSS del degradado de fondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #60c5e6, #168abb, #0a4e75, #003a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #60c5e6, #168abb, #0a4e75, #003a5c);
}

Oceanic Serenity color palette created on .