Paleta de colores Peacock Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peacock Dreams palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Peacock Dreams

Download peacock dreams color palette PNG image (landscape)
Download peacock dreams color palette PNG image (square)

CSS de la paleta de colores Peacock Dreams

/* CSS */
.color-1 {
color: #1e4f6c;
}
.color-2 {
color: #3b8b9b;
}
.color-3 {
color: #4fb5b0;
}
.color-4 {
color: #66d6c0;
}
.color-5 {
color: #a3e0d7;
}

/* CSS Variables */
:root {
--color-1: #1e4f6c;
--color-2: #3b8b9b;
--color-3: #4fb5b0;
--color-4: #66d6c0;
--color-5: #a3e0d7;
}

CSS del degradado de fondo Peacock Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4f6c, #3b8b9b, #4fb5b0, #66d6c0, #a3e0d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4f6c, #3b8b9b, #4fb5b0, #66d6c0, #a3e0d7);
}

Peacock Dreams color palette created on .