Whispers of Amethyst Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Amethyst palette
tavolozza dei colori Whispers of Amethyst CSS
/* CSS */
.color-1 {
color: #e9daf1;
}
.color-2 {
color: #d2c5e2;
}
.color-3 {
color: #b7a5d4;
}
.color-4 {
color: #9063b0;
}
.color-5 {
color: #6f3c8b;
}
/* CSS Variables */
:root {
--color-1: #e9daf1;
--color-2: #d2c5e2;
--color-3: #b7a5d4;
--color-4: #9063b0;
--color-5: #6f3c8b;
}
CSS con gradiente di sfondo Whispers of Amethyst
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9daf1, #d2c5e2, #b7a5d4, #9063b0, #6f3c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9daf1, #d2c5e2, #b7a5d4, #9063b0, #6f3c8b);
}
Tavolozze di colori simili
Whispers of Amethyst color palette created on .