Paleta de colores Ithriel
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ithriel palette
Imagen PNG de la paleta de colores Ithriel
CSS de la paleta de colores Ithriel
/* CSS */
.color-1 {
color: #d1c7e1;
}
.color-2 {
color: #a5a6d9;
}
.color-3 {
color: #7788c0;
}
.color-4 {
color: #4b4c9b;
}
.color-5 {
color: #2c2d68;
}
/* CSS Variables */
:root {
--color-1: #d1c7e1;
--color-2: #a5a6d9;
--color-3: #7788c0;
--color-4: #4b4c9b;
--color-5: #2c2d68;
}
CSS del degradado de fondo Ithriel
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7e1, #a5a6d9, #7788c0, #4b4c9b, #2c2d68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7e1, #a5a6d9, #7788c0, #4b4c9b, #2c2d68);
}
Paletas de colores similares
Ithriel color palette created on .