Whispers of Amethyst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Amethyst palette

Share this palette to:

Whispers of Amethyst color palette CSS

/* CSS */
.color-1 {
color: #f1f0ff;
}
.color-2 {
color: #e7d7ea;
}
.color-3 {
color: #d3b2d7;
}
.color-4 {
color: #b75c9c;
}
.color-5 {
color: #9c1c5c;
}

/* CSS Variables */
:root {
--color-1: #f1f0ff;
--color-2: #e7d7ea;
--color-3: #d3b2d7;
--color-4: #b75c9c;
--color-5: #9c1c5c;
}

Whispers of Amethyst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f0ff, #e7d7ea, #d3b2d7, #b75c9c, #9c1c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f0ff, #e7d7ea, #d3b2d7, #b75c9c, #9c1c5c);
}

Whispers of Amethyst color palette created on .