Paleta de colores Deep Blue Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Deep Blue Moon palette

Compartir esta paleta en:

Descargar la paleta de colores Deep Blue Moon (PNG)

Download deep blue moon color palette PNG image (landscape)
Download deep blue moon color palette PNG image (square)

CSS de la paleta de colores Deep Blue Moon

/* CSS */
.color-1 {
color: #2f296a;
}
.color-2 {
color: #4c4f90;
}
.color-3 {
color: #697abf;
}
.color-4 {
color: #a4afd6;
}
.color-5 {
color: #e5e0ff;
}

/* CSS Variables */
:root {
--color-1: #2f296a;
--color-2: #4c4f90;
--color-3: #697abf;
--color-4: #a4afd6;
--color-5: #e5e0ff;
}

CSS del degradado de fondo Deep Blue Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f296a, #4c4f90, #697abf, #a4afd6, #e5e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f296a, #4c4f90, #697abf, #a4afd6, #e5e0ff);
}

Deep Blue Moon color palette created on .