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: #00819e;
}
.color-2 {
color: #1ba3bb;
}
.color-3 {
color: #4bc3c1;
}
.color-4 {
color: #a3e6e0;
}
.color-5 {
color: #f1f2f3;
}

/* CSS Variables */
:root {
--color-1: #00819e;
--color-2: #1ba3bb;
--color-3: #4bc3c1;
--color-4: #a3e6e0;
--color-5: #f1f2f3;
}

CSS del degradado de fondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00819e, #1ba3bb, #4bc3c1, #a3e6e0, #f1f2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00819e, #1ba3bb, #4bc3c1, #a3e6e0, #f1f2f3);
}

Oceanic Serenity color palette created on .