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