Paleta de colores Celestial Weightlessness

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Weightlessness palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Weightlessness

/* CSS */
.color-1 {
color: #46528b;
}
.color-2 {
color: #8a6eb4;
}
.color-3 {
color: #a5a6d5;
}
.color-4 {
color: #daba72;
}
.color-5 {
color: #f1a90e;
}

/* CSS Variables */
:root {
--color-1: #46528b;
--color-2: #8a6eb4;
--color-3: #a5a6d5;
--color-4: #daba72;
--color-5: #f1a90e;
}

CSS del degradado de fondo Celestial Weightlessness

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #46528b, #8a6eb4, #a5a6d5, #daba72, #f1a90e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #46528b, #8a6eb4, #a5a6d5, #daba72, #f1a90e);
}

Celestial Weightlessness color palette created on .