Whispers of Amethyst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Amethyst palette

このパレットを共有する先:

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;
}

Whispers of Amethyst の背景のグラデーション CSS

/* 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);
}

Whispers of Amethyst color palette created on .