Paleta de colores Eternal Ink and Roses
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Eternal Ink and Roses palette
CSS de la paleta de colores Eternal Ink and Roses
/* CSS */
.color-1 {
color: #381e27;
}
.color-2 {
color: #713d4b;
}
.color-3 {
color: #a56f84;
}
.color-4 {
color: #e698ba;
}
.color-5 {
color: #c94f74;
}
/* CSS Variables */
:root {
--color-1: #381e27;
--color-2: #713d4b;
--color-3: #a56f84;
--color-4: #e698ba;
--color-5: #c94f74;
}
CSS del degradado de fondo Eternal Ink and Roses
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381e27, #713d4b, #a56f84, #e698ba, #c94f74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381e27, #713d4b, #a56f84, #e698ba, #c94f74);
}
Paletas de colores similares
Eternal Ink and Roses color palette created on .