Cosmic Amethyst Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cosmic Amethyst Dream palette
Cosmic Amethyst Dream color palette CSS
/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #690dab;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #d9a6d4;
}
.color-5 {
color: #f1c0e1;
}
/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #690dab;
--color-3: #9b58b6;
--color-4: #d9a6d4;
--color-5: #f1c0e1;
}
Cosmic Amethyst Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #690dab, #9b58b6, #d9a6d4, #f1c0e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #690dab, #9b58b6, #d9a6d4, #f1c0e1);
}
Similar color palettes
Cosmic Amethyst Dream color palette created on .