Paleta de colores Celestial Pop

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Pop palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Pop

/* CSS */
.color-1 {
color: #4c7de6;
}
.color-2 {
color: #694be2;
}
.color-3 {
color: #aa5ed9;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ffa142;
}

/* CSS Variables */
:root {
--color-1: #4c7de6;
--color-2: #694be2;
--color-3: #aa5ed9;
--color-4: #ff7092;
--color-5: #ffa142;
}

CSS del degradado de fondo Celestial Pop

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c7de6, #694be2, #aa5ed9, #ff7092, #ffa142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c7de6, #694be2, #aa5ed9, #ff7092, #ffa142);
}

Celestial Pop color palette created on .