Paleta de colores Blue Moonstone

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Moonstone palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Moonstone

/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #4c8fa9;
}
.color-3 {
color: #2f4b6f;
}
.color-4 {
color: #c3d6e9;
}
.color-5 {
color: #f4bebe;
}

/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #4c8fa9;
--color-3: #2f4b6f;
--color-4: #c3d6e9;
--color-5: #f4bebe;
}

CSS del degradado de fondo Blue Moonstone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #4c8fa9, #2f4b6f, #c3d6e9, #f4bebe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #4c8fa9, #2f4b6f, #c3d6e9, #f4bebe);
}

Blue Moonstone color palette created on .