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: #2b2f6e;
}
.color-2 {
color: #4b4f8b;
}
.color-3 {
color: #7c7e98;
}
.color-4 {
color: #afb1d4;
}
.color-5 {
color: #e5e8ff;
}

/* CSS Variables */
:root {
--color-1: #2b2f6e;
--color-2: #4b4f8b;
--color-3: #7c7e98;
--color-4: #afb1d4;
--color-5: #e5e8ff;
}

CSS del degradado de fondo Shades of Blue Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2f6e, #4b4f8b, #7c7e98, #afb1d4, #e5e8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2f6e, #4b4f8b, #7c7e98, #afb1d4, #e5e8ff);
}

Paletas de colores similares

Shades of Blue Moon color palette created on .