Paleta de colores Ethereal Temptation
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Temptation palette
CSS de la paleta de colores Ethereal Temptation
/* CSS */
.color-1 {
color: #2b0e3f;
}
.color-2 {
color: #4e1a5b;
}
.color-3 {
color: #7b3c8b;
}
.color-4 {
color: #b86b9a;
}
.color-5 {
color: #f2a6c7;
}
/* CSS Variables */
:root {
--color-1: #2b0e3f;
--color-2: #4e1a5b;
--color-3: #7b3c8b;
--color-4: #b86b9a;
--color-5: #f2a6c7;
}
CSS del degradado de fondo Ethereal Temptation
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b0e3f, #4e1a5b, #7b3c8b, #b86b9a, #f2a6c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b0e3f, #4e1a5b, #7b3c8b, #b86b9a, #f2a6c7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Oscuro
Ethereal Temptation color palette created on .