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