Paleta de colores Celestial Dragon's Hoard
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Dragon's Hoard palette
CSS de la paleta de colores Celestial Dragon's Hoard
/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #4b8caf;
}
.color-3 {
color: #71c4d1;
}
.color-4 {
color: #a3e0ba;
}
.color-5 {
color: #f5b400;
}
/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #4b8caf;
--color-3: #71c4d1;
--color-4: #a3e0ba;
--color-5: #f5b400;
}
CSS del degradado de fondo Celestial Dragon's Hoard
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #4b8caf, #71c4d1, #a3e0ba, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #4b8caf, #71c4d1, #a3e0ba, #f5b400);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Celestial Dragon's Hoard color palette created on .