Paleta de colores Celestial Warrior

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Warrior palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Warrior

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f9a26c;
}
.color-3 {
color: #ef6e67;
}
.color-4 {
color: #d25b9a;
}
.color-5 {
color: #9b6cd0;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f9a26c;
--color-3: #ef6e67;
--color-4: #d25b9a;
--color-5: #9b6cd0;
}

CSS del degradado de fondo Celestial Warrior

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f9a26c, #ef6e67, #d25b9a, #9b6cd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f9a26c, #ef6e67, #d25b9a, #9b6cd0);
}

Celestial Warrior color palette created on .