Amethyst Dreams Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Amethyst Dreams palette
tavolozza dei colori Amethyst Dreams CSS
/* CSS */
.color-1 {
color: #9a5cc7;
}
.color-2 {
color: #7a4baf;
}
.color-3 {
color: #5b3f97;
}
.color-4 {
color: #3f2d7c;
}
.color-5 {
color: #201a5b;
}
/* CSS Variables */
:root {
--color-1: #9a5cc7;
--color-2: #7a4baf;
--color-3: #5b3f97;
--color-4: #3f2d7c;
--color-5: #201a5b;
}
CSS con gradiente di sfondo Amethyst Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a5cc7, #7a4baf, #5b3f97, #3f2d7c, #201a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a5cc7, #7a4baf, #5b3f97, #3f2d7c, #201a5b);
}
Tavolozze di colori simili
Amethyst Dreams color palette created on .