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