Paleta de colores Deep Sea Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Deep Sea Dream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Deep Sea Dream

Download deep sea dream color palette PNG image (landscape)
Download deep sea dream color palette PNG image (square)

CSS de la paleta de colores Deep Sea Dream

/* CSS */
.color-1 {
color: #1b4b4a;
}
.color-2 {
color: #2f7f7c;
}
.color-3 {
color: #4bb9a1;
}
.color-4 {
color: #74e2d1;
}
.color-5 {
color: #b1f2e6;
}

/* CSS Variables */
:root {
--color-1: #1b4b4a;
--color-2: #2f7f7c;
--color-3: #4bb9a1;
--color-4: #74e2d1;
--color-5: #b1f2e6;
}

CSS del degradado de fondo Deep Sea Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4b4a, #2f7f7c, #4bb9a1, #74e2d1, #b1f2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4b4a, #2f7f7c, #4bb9a1, #74e2d1, #b1f2e6);
}

Deep Sea Dream color palette created on .