Paleta de colores "Whispers of Amethyst"

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with "Whispers of Amethyst" palette

Compartir esta paleta en:

CSS de la paleta de colores "Whispers of Amethyst"

/* CSS */
.color-1 {
color: #e4b9df;
}
.color-2 {
color: #a66ba8;
}
.color-3 {
color: #7b4483;
}
.color-4 {
color: #632b6e;
}
.color-5 {
color: #4e205b;
}

/* CSS Variables */
:root {
--color-1: #e4b9df;
--color-2: #a66ba8;
--color-3: #7b4483;
--color-4: #632b6e;
--color-5: #4e205b;
}

CSS del degradado de fondo "Whispers of Amethyst"

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b9df, #a66ba8, #7b4483, #632b6e, #4e205b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b9df, #a66ba8, #7b4483, #632b6e, #4e205b);
}

"Whispers of Amethyst" color palette created on .