Dark Fantasy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Fantasy palette
Dark Fantasy カラーパレット (PNG) をダウンロード
Dark Fantasy カラーパレット CSS
/* CSS */
.color-1 {
color: #2e1a47;
}
.color-2 {
color: #5b3c8b;
}
.color-3 {
color: #9a5b9f;
}
.color-4 {
color: #d3915f;
}
.color-5 {
color: #d63f2e;
}
/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #5b3c8b;
--color-3: #9a5b9f;
--color-4: #d3915f;
--color-5: #d63f2e;
}
Dark Fantasy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #5b3c8b, #9a5b9f, #d3915f, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #5b3c8b, #9a5b9f, #d3915f, #d63f2e);
}
似たようなカラーパレット
Dark Fantasy color palette created on .