Whispers of Amethyst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Amethyst palette

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

Whispers of Amethyst カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2438;
}
.color-2 {
color: #5c2c68;
}
.color-3 {
color: #a06a8e;
}
.color-4 {
color: #daaac6;
}
.color-5 {
color: #f6dff0;
}

/* CSS Variables */
:root {
--color-1: #1e2438;
--color-2: #5c2c68;
--color-3: #a06a8e;
--color-4: #daaac6;
--color-5: #f6dff0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2438, #5c2c68, #a06a8e, #daaac6, #f6dff0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2438, #5c2c68, #a06a8e, #daaac6, #f6dff0);
}

Whispers of Amethyst color palette created on .