Paleta de colores Ethereal Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Whispers palette
CSS de la paleta de colores Ethereal Whispers
/* CSS */
.color-1 {
color: #f1a7da;
}
.color-2 {
color: #76b7e0;
}
.color-3 {
color: #4cdc9d;
}
.color-4 {
color: #ffc966;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #f1a7da;
--color-2: #76b7e0;
--color-3: #4cdc9d;
--color-4: #ffc966;
--color-5: #f76e6e;
}
CSS del degradado de fondo Ethereal Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7da, #76b7e0, #4cdc9d, #ffc966, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7da, #76b7e0, #4cdc9d, #ffc966, #f76e6e);
}
Paletas de colores similares
Ethereal Whispers color palette created on .