Delicate Winter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Delicate Winter palette
Delicate Winter カラー パレット PNG 画像
Delicate Winter カラーパレット CSS
/* CSS */
.color-1 {
color: #a3c4d7;
}
.color-2 {
color: #dff0f6;
}
.color-3 {
color: #c6d7e6;
}
.color-4 {
color: #f0e6d1;
}
.color-5 {
color: #f3b9c3;
}
/* CSS Variables */
:root {
--color-1: #a3c4d7;
--color-2: #dff0f6;
--color-3: #c6d7e6;
--color-4: #f0e6d1;
--color-5: #f3b9c3;
}
Delicate Winter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c4d7, #dff0f6, #c6d7e6, #f0e6d1, #f3b9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c4d7, #dff0f6, #c6d7e6, #f0e6d1, #f3b9c3);
}
似たようなカラーパレット
Delicate Winter color palette created on .