Paleta de colores Deep Ocean Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Deep Ocean Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Deep Ocean Dreams

/* CSS */
.color-1 {
color: #000061;
}
.color-2 {
color: #1a1e99;
}
.color-3 {
color: #3e5bda;
}
.color-4 {
color: #809fff;
}
.color-5 {
color: #b3d6ff;
}

/* CSS Variables */
:root {
--color-1: #000061;
--color-2: #1a1e99;
--color-3: #3e5bda;
--color-4: #809fff;
--color-5: #b3d6ff;
}

CSS del degradado de fondo Deep Ocean Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000061, #1a1e99, #3e5bda, #809fff, #b3d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000061, #1a1e99, #3e5bda, #809fff, #b3d6ff);
}

Deep Ocean Dreams color palette created on .