Paleta de colores Celestial Serpent
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Serpent palette
CSS de la paleta de colores Celestial Serpent
/* CSS */
.color-1 {
color: #595ca6;
}
.color-2 {
color: #9fb0df;
}
.color-3 {
color: #e3c8b5;
}
.color-4 {
color: #f8afa0;
}
.color-5 {
color: #d67a8b;
}
/* CSS Variables */
:root {
--color-1: #595ca6;
--color-2: #9fb0df;
--color-3: #e3c8b5;
--color-4: #f8afa0;
--color-5: #d67a8b;
}
CSS del degradado de fondo Celestial Serpent
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #595ca6, #9fb0df, #e3c8b5, #f8afa0, #d67a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #595ca6, #9fb0df, #e3c8b5, #f8afa0, #d67a8b);
}
Paletas de colores similares
Celestial Serpent color palette created on .