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