Paleta de colores Shades of Blue Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue Moon palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue Moon

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3a5e8d;
}
.color-3 {
color: #698bba;
}
.color-4 {
color: #a7b5d3;
}
.color-5 {
color: #e2e0f0;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3a5e8d;
--color-3: #698bba;
--color-4: #a7b5d3;
--color-5: #e2e0f0;
}

CSS del degradado de fondo Shades of Blue Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3a5e8d, #698bba, #a7b5d3, #e2e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3a5e8d, #698bba, #a7b5d3, #e2e0f0);
}

Shades of Blue Moon color palette created on .