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