Paleta de colores Oceanic Siren

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Siren palette

Compartir esta paleta en:

CSS de la paleta de colores Oceanic Siren

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #2b5b91;
}
.color-3 {
color: #4a8bba;
}
.color-4 {
color: #6bc3e1;
}
.color-5 {
color: #a1e6f2;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #2b5b91;
--color-3: #4a8bba;
--color-4: #6bc3e1;
--color-5: #a1e6f2;
}

CSS del degradado de fondo Oceanic Siren

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #2b5b91, #4a8bba, #6bc3e1, #a1e6f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #2b5b91, #4a8bba, #6bc3e1, #a1e6f2);
}

Oceanic Siren color palette created on .