Paleta de colores Whispers of Amethyst
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Amethyst palette
CSS de la paleta de colores Whispers of Amethyst
/* CSS */
.color-1 {
color: #e9daf1;
}
.color-2 {
color: #d2c5e2;
}
.color-3 {
color: #b7a5d4;
}
.color-4 {
color: #9063b0;
}
.color-5 {
color: #6f3c8b;
}
/* CSS Variables */
:root {
--color-1: #e9daf1;
--color-2: #d2c5e2;
--color-3: #b7a5d4;
--color-4: #9063b0;
--color-5: #6f3c8b;
}
CSS del degradado de fondo Whispers of Amethyst
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9daf1, #d2c5e2, #b7a5d4, #9063b0, #6f3c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9daf1, #d2c5e2, #b7a5d4, #9063b0, #6f3c8b);
}
Paletas de colores similares
Whispers of Amethyst color palette created on .