"Whispers of Amethyst" Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with "Whispers of Amethyst" palette

Condividi questa palette a:

tavolozza dei colori "Whispers of Amethyst" CSS

/* 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 con gradiente di sfondo "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 .