Paleta de colores Celestial Mirage

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Mirage palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Mirage

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b2a83;
}
.color-3 {
color: #9e3d8e;
}
.color-4 {
color: #ff5d38;
}
.color-5 {
color: #ffb829;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b2a83;
--color-3: #9e3d8e;
--color-4: #ff5d38;
--color-5: #ffb829;
}

CSS del degradado de fondo Celestial Mirage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b2a83, #9e3d8e, #ff5d38, #ffb829);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b2a83, #9e3d8e, #ff5d38, #ffb829);
}

Celestial Mirage color palette created on .