Amethyst Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amethyst Dream palette
Amethyst Dream color palette PNG image
Amethyst Dream color palette CSS
/* CSS */
.color-1 {
color: #b5a3c7;
}
.color-2 {
color: #c6b2d7;
}
.color-3 {
color: #d6c2e5;
}
.color-4 {
color: #e6d9f2;
}
.color-5 {
color: #efa4c2;
}
/* CSS Variables */
:root {
--color-1: #b5a3c7;
--color-2: #c6b2d7;
--color-3: #d6c2e5;
--color-4: #e6d9f2;
--color-5: #efa4c2;
}
Amethyst Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5a3c7, #c6b2d7, #d6c2e5, #e6d9f2, #efa4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5a3c7, #c6b2d7, #d6c2e5, #e6d9f2, #efa4c2);
}
Similar color palettes
Scroll down to explore 1000+ colors.amethyst color palettes
Amethyst Dream color palette created on .