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