Amethyst Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Amethyst Dreams palette
Amethyst Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #8c5b9f;
}
.color-2 {
color: #a86ba0;
}
.color-3 {
color: #d59ab5;
}
.color-4 {
color: #f2b5d3;
}
.color-5 {
color: #f6b6e2;
}
/* CSS Variables */
:root {
--color-1: #8c5b9f;
--color-2: #a86ba0;
--color-3: #d59ab5;
--color-4: #f2b5d3;
--color-5: #f6b6e2;
}
Amethyst Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5b9f, #a86ba0, #d59ab5, #f2b5d3, #f6b6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5b9f, #a86ba0, #d59ab5, #f2b5d3, #f6b6e2);
}
似たようなカラーパレット
Amethyst Dreams color palette created on .