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: #2cedd6;
}
.color-2 {
color: #1fb2af;
}
.color-3 {
color: #0a7f7d;
}
.color-4 {
color: #0a4d48;
}
.color-5 {
color: #004a4d;
}

/* CSS Variables */
:root {
--color-1: #2cedd6;
--color-2: #1fb2af;
--color-3: #0a7f7d;
--color-4: #0a4d48;
--color-5: #004a4d;
}

CSS del degradado de fondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2cedd6, #1fb2af, #0a7f7d, #0a4d48, #004a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2cedd6, #1fb2af, #0a7f7d, #0a4d48, #004a4d);
}

Oceanic Serenity color palette created on .