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: #c392dd;
}
.color-2 {
color: #ae80d0;
}
.color-3 {
color: #9979c3;
}
.color-4 {
color: #8166b2;
}
.color-5 {
color: #6154a0;
}
/* CSS Variables */
:root {
--color-1: #c392dd;
--color-2: #ae80d0;
--color-3: #9979c3;
--color-4: #8166b2;
--color-5: #6154a0;
}
CSS con gradiente di sfondo Amethyst Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c392dd, #ae80d0, #9979c3, #8166b2, #6154a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c392dd, #ae80d0, #9979c3, #8166b2, #6154a0);
}
Tavolozze di colori simili
Amethyst Dreams color palette created on .